lockAsync_ycbcr )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)
প্রতিটি হার্ডওয়্যার মডিউলে অবশ্যই HAL_MODULE_INFO_SYM নামে একটি ডেটা স্ট্রাকচার থাকতে হবে এবং এই ডাটা স্ট্রাকচারের ক্ষেত্রগুলি অবশ্যই hw_module_t দিয়ে শুরু হতে হবে এবং তারপরে মডিউল নির্দিষ্ট তথ্য থাকবে৷
int(* lock_ycbcr)(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, struct android_ycbcr *ycbcr)
int(* lockAsync_ycbcr)(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.