সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
gralloc_module_t স্ট্রাকট রেফারেন্স
#include < gralloc.h >
|
struct hw_module_t | সাধারণ |
|
int(* | registerBuffer )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
|
int(* | unregisterBuffer )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
|
int(* | লক )(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, void **vaddr) |
|
int(* | আনলক )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
|
int(* | সঞ্চালন )(struct gralloc_module_t const *মডিউল, int অপারেশন,...) |
|
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 )(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, void **vaddr, int fenceFd) |
|
int(* | unlockAsync )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int *fenceFd) |
|
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) |
|
অকার্যকর * | সংরক্ষিত_প্রোক [৩] |
|
প্রতিটি হার্ডওয়্যার মডিউলে অবশ্যই HAL_MODULE_INFO_SYM নামে একটি ডেটা স্ট্রাকচার থাকতে হবে এবং এই ডাটা স্ট্রাকচারের ক্ষেত্রগুলি অবশ্যই hw_module_t দিয়ে শুরু হতে হবে এবং তারপরে মডিউল নির্দিষ্ট তথ্য থাকবে৷
gralloc.h ফাইলের 155 লাইনে সংজ্ঞা।
int(* লক)(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, void **vaddr) |
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)(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, void **vaddr, int fenceFd) |
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) |
int(* registerBuffer)(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
int(* unlockAsync)(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int *fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
এই কাঠামোর জন্য ডকুমেন্টেশন নিম্নলিখিত ফাইল থেকে তৈরি করা হয়েছিল:
- hardware/libhardware/include/hardware/ gralloc.h
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2023-12-01 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2023-12-01 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[]]