Searched defs:usage (Results 51 - 75 of 168) sorted by relevance

1234567

/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp47 size_t size, int usage, buffer_handle_t* pHandle);
58 buffer_handle_t handle, int usage,
104 size_t size, int usage, buffer_handle_t* pHandle)
126 int newUsage = (usage & ~GRALLOC_USAGE_HW_FB) | GRALLOC_USAGE_HW_2D;
157 size_t size, int usage, buffer_handle_t* pHandle)
162 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
168 size_t size, int /*usage*/, buffer_handle_t* pHandle)
204 int width, int height, int format, int usage,
238 if (usage & GRALLOC_USAGE_HW_FB) {
239 err = gralloc_alloc_framebuffer(dev, size, usage, pHandl
103 gralloc_alloc_framebuffer_locked(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
156 gralloc_alloc_framebuffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
203 gralloc_alloc(alloc_device_t* dev, int width, int height, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
[all...]
/hardware/libhardware/modules/input/evdev/
H A DInputHost.cpp21 void InputReport::setIntUsage(InputCollectionId id, InputUsage usage, int32_t value, argument
23 mCallbacks.input_report_set_usage_int(mHost, mReport, id, usage, value, arityIndex);
26 void InputReport::setBoolUsage(InputCollectionId id, InputUsage usage, bool value, argument
28 mCallbacks.input_report_set_usage_bool(mHost, mReport, id, usage, value, arityIndex);
39 void InputReportDefinition::declareUsage(InputCollectionId id, InputUsage usage, argument
42 id, usage, min, max, resolution);
45 void InputReportDefinition::declareUsages(InputCollectionId id, InputUsage* usage, argument
48 id, usage, usageCount);
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DHidRawSensor.h37 HidRawSensor(SP(HidDevice) device, uint32_t usage, member in class:android::SensorHalExt::HidRawSensor
98 // helper function to find the first report item with specified usage, type and id.
99 // if parameter id is omitted, this function looks for usage with all ids.
103 unsigned int usage, int type, int id = -1);
121 // helper function to find sensor control feature usage from packets
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.h41 // report (including input output and feature) grouped by full usage
53 // filter the tree to eliminate single child report leaf node causes by usage array type
57 // generate a list of report digest for all interested usage. It will automatically
89 unsigned int usage; member in struct:HidUtil::HidParser::ReportItem
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp252 // Set up all streams (calculate usage/max_buffers for each)
321 * streams, and then produce usage and max_buffer values for each stream.
330 uint32_t usage = 0; local
333 usage |= GRALLOC_USAGE_SW_WRITE_OFTEN |
336 usage |= GRALLOC_USAGE_SW_READ_OFTEN |
339 streams[i]->setUsage(usage);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3Test.cpp43 int camid, int w, int h, int usage, int format, int dataspace)
53 requested_stream->usage = usage;
42 initStream(int streamtype, int camid, int w, int h, int usage, int format, int dataspace) argument
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp57 static bool canFallback(int usage, bool triedSystem) argument
71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
73 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY))
79 static bool useUncached(int usage) argument
81 if (usage & GRALLOC_USAGE_PRIVATE_UNCACHED)
83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY)
84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY))
283 int IonController::allocate(alloc_data& data, int usage) argument
288 data.uncached = useUncached(usage);
291 if(usage
365 isMacroTileEnabled(int format, int usage) argument
525 getBufferSizeAndDimensions(int width, int height, int format, int usage, int& alignedw, int &alignedh) argument
544 getBufferAttributes(int width, int height, int format, int usage, int& alignedw, int &alignedh, int& tileEnabled, size_t& size) argument
627 alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) argument
[all...]
H A Dgpu.cpp55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, argument
73 if ((usage & GRALLOC_USAGE_PROTECTED) &&
74 (usage & GRALLOC_USAGE_PRIVATE_MM_HEAP)) {
82 err = mAllocCtrl->allocate(data, usage);
98 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
105 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
115 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
116 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
128 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
132 if (usage
189 gralloc_alloc_framebuffer_locked(int usage, buffer_handle_t* pHandle) argument
249 gralloc_alloc_framebuffer(int usage, buffer_handle_t* pHandle) argument
259 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
352 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
362 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
H A Dmapper.cpp208 buffer_handle_t handle, int usage)
215 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
230 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
242 buffer_handle_t handle, int usage,
247 int err = gralloc_map_and_invalidate(module, handle, usage);
254 buffer_handle_t handle, int usage,
259 int err = gralloc_map_and_invalidate(module, handle, usage);
404 int usage = va_arg(args, int); local
408 *tileEnabled = isMacroTileEnabled(format, usage);
207 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
241 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
253 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp57 static bool canFallback(int usage, bool triedSystem) argument
71 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
73 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY))
79 static bool useUncached(int usage) argument
81 if (usage & GRALLOC_USAGE_PRIVATE_UNCACHED)
83 if(((usage & GRALLOC_USAGE_SW_WRITE_MASK) == GRALLOC_USAGE_SW_WRITE_RARELY)
84 ||((usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_RARELY))
282 int IonController::allocate(alloc_data& data, int usage) argument
287 data.uncached = useUncached(usage);
290 if(usage
364 isMacroTileEnabled(int format, int usage) argument
520 getBufferSizeAndDimensions(int width, int height, int format, int usage, int& alignedw, int &alignedh) argument
539 getBufferAttributes(int width, int height, int format, int usage, int& alignedw, int &alignedh, int& tileEnabled, unsigned int& size) argument
621 alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) argument
[all...]
H A Dgpu.cpp54 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, argument
72 if ((usage & GRALLOC_USAGE_PROTECTED) &&
73 (usage & GRALLOC_USAGE_PRIVATE_MM_HEAP)) {
81 err = mAllocCtrl->allocate(data, usage);
97 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
104 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
114 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
115 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
127 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
131 if (usage
192 gralloc_alloc_framebuffer_locked(int usage, buffer_handle_t* pHandle) argument
252 gralloc_alloc_framebuffer(int usage, buffer_handle_t* pHandle) argument
262 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, unsigned int bufferSize) argument
355 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
365 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
H A Dmapper.cpp208 buffer_handle_t handle, int usage)
215 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
230 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
242 buffer_handle_t handle, int usage,
247 int err = gralloc_map_and_invalidate(module, handle, usage);
254 buffer_handle_t handle, int usage,
259 int err = gralloc_map_and_invalidate(module, handle, usage);
404 int usage = va_arg(args, int); local
408 *tileEnabled = isMacroTileEnabled(format, usage);
207 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
241 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
253 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8909/libgralloc/
H A Dgpu.cpp51 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, argument
63 usage,
77 if (usage & GRALLOC_USAGE_PROTECTED) {
78 if ((usage & GRALLOC_USAGE_PRIVATE_SECURE_DISPLAY) ||
79 (usage & GRALLOC_USAGE_HW_CAMERA_MASK)) {
90 err = mAllocCtrl->allocate(data, usage);
106 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
110 if (usage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY) {
114 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
118 if (usage
190 gralloc_alloc_framebuffer_locked(int usage, buffer_handle_t* pHandle) argument
249 gralloc_alloc_framebuffer(int usage, buffer_handle_t* pHandle) argument
259 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, unsigned int bufferSize) argument
376 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
386 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
H A Dmapper.cpp214 buffer_handle_t handle, int usage)
222 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
235 if ((usage & GRALLOC_USAGE_SW_READ_MASK) and
244 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
254 buffer_handle_t handle, int usage,
260 int err = gralloc_map_and_invalidate(module, handle, usage);
267 buffer_handle_t handle, int usage,
273 int err = gralloc_map_and_invalidate(module, handle, usage);
396 int usage = va_arg(args, int); local
400 *tileEnabled = isUBwcEnabled(format, usage);
213 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
253 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
266 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
[all...]
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_tonemapper.cpp61 DisplayError ToneMapSession::AllocateIntermediateBuffers(int w, int h, int format, int usage) { argument
63 int status = alloc_buffer(&intermediate_buffer_[i], w, h, format, usage);
317 int usage = INT(GRALLOC_USAGE_PRIVATE_IOMMU_HEAP | GRALLOC_USAGE_HW_TEXTURE); local
320 usage = INT(GRALLOC_USAGE_PRIVATE_MM_HEAP);
321 usage |= INT(GRALLOC_USAGE_PROTECTED);
324 status = buffer_allocator_.SetBufferInfo(layer->request.format, &format, &usage);
326 INT(layer->request.height), format, usage);
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dgpu.cpp51 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, argument
63 usage,
77 if (usage & GRALLOC_USAGE_PROTECTED) {
78 if ((usage & GRALLOC_USAGE_PRIVATE_SECURE_DISPLAY) ||
79 (usage & GRALLOC_USAGE_HW_CAMERA_MASK)) {
90 err = mAllocCtrl->allocate(data, usage);
106 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
110 if (usage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY) {
114 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
118 if (usage
190 gralloc_alloc_framebuffer_locked(int usage, buffer_handle_t* pHandle) argument
249 gralloc_alloc_framebuffer(int usage, buffer_handle_t* pHandle) argument
259 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, unsigned int bufferSize) argument
376 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
386 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
H A Dmapper.cpp214 buffer_handle_t handle, int usage)
222 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
235 if ((usage & GRALLOC_USAGE_SW_READ_MASK) and
244 if (usage & GRALLOC_USAGE_SW_WRITE_MASK) {
254 buffer_handle_t handle, int usage,
260 int err = gralloc_map_and_invalidate(module, handle, usage);
267 buffer_handle_t handle, int usage,
273 int err = gralloc_map_and_invalidate(module, handle, usage);
396 int usage = va_arg(args, int); local
400 *tileEnabled = isUBwcEnabled(format, usage);
213 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage) argument
253 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , void** vaddr) argument
266 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int , int , int , int , struct android_ycbcr *ycbcr) argument
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_tonemapper.cpp61 DisplayError ToneMapSession::AllocateIntermediateBuffers(int w, int h, int format, int usage) { argument
63 int status = alloc_buffer(&intermediate_buffer_[i], w, h, format, usage);
317 int usage = INT(GRALLOC_USAGE_PRIVATE_IOMMU_HEAP | GRALLOC_USAGE_HW_TEXTURE); local
320 usage = INT(GRALLOC_USAGE_PRIVATE_MM_HEAP);
321 usage |= INT(GRALLOC_USAGE_PROTECTED);
324 status = buffer_allocator_.SetBufferInfo(layer->request.format, &format, &usage);
326 INT(layer->request.height), format, usage);
/hardware/qcom/display/msm8960/libgralloc/
H A Dalloc_controller.cpp56 static bool canFallback(int usage, bool triedSystem) argument
70 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PROTECTED))
72 if(usage & (GRALLOC_HEAP_MASK | GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY))
78 static bool useUncached(int usage) argument
81 if(usage & GRALLOC_USAGE_PRIVATE_SYSTEM_HEAP)
83 if (usage & GRALLOC_USAGE_PRIVATE_UNCACHED)
179 int IonController::allocate(alloc_data& data, int usage) argument
184 data.uncached = useUncached(usage);
187 if(usage & GRALLOC_USAGE_PRIVATE_UI_CONTIG_HEAP)
190 if(usage
353 alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage) argument
[all...]
H A Dgpu.cpp55 int gpu_context_t::gralloc_alloc_buffer(size_t size, int usage, argument
73 qdutils::MDSS_V5) && (usage & GRALLOC_USAGE_PROTECTED)) {
79 err = mAllocCtrl->allocate(data, usage);
95 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
98 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_BLOCK) {
101 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_CC) {
107 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
112 if (usage & (GRALLOC_USAGE_HW_TEXTURE |
115 else if (usage & GRALLOC_USAGE_HW_CAMERA_ZSL)
123 if (usage
175 gralloc_alloc_framebuffer_locked(size_t size, int usage, buffer_handle_t* pHandle) argument
235 gralloc_alloc_framebuffer(size_t size, int usage, buffer_handle_t* pHandle) argument
245 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
339 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
349 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
H A Dmapper.cpp201 buffer_handle_t handle, int usage,
209 if (usage & (GRALLOC_USAGE_SW_READ_MASK | GRALLOC_USAGE_SW_WRITE_MASK)) {
223 if ((usage & GRALLOC_USAGE_SW_WRITE_MASK) &&
235 buffer_handle_t handle, int usage,
240 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h);
247 buffer_handle_t handle, int usage,
252 int err = gralloc_map_and_invalidate(module, handle, usage, l, t, w, h);
200 gralloc_map_and_invalidate(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h) argument
234 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
246 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
/hardware/qcom/display/msm8994/libgralloc/
H A Dgpu.cpp59 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, argument
77 if (usage & GRALLOC_USAGE_PROTECTED) {
85 err = mAllocCtrl->allocate(data, usage);
101 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
108 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
118 if (usage & GRALLOC_USAGE_HW_CAMERA_MASK) {
119 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) {
131 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
135 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
139 if (usage
208 gralloc_alloc_framebuffer_locked(int usage, buffer_handle_t* pHandle) argument
270 gralloc_alloc_framebuffer(int usage, buffer_handle_t* pHandle) argument
280 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, unsigned int bufferSize) argument
382 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
392 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
/hardware/qcom/display/msm8996/libgralloc/
H A Dgpu.cpp58 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, argument
74 if (usage & GRALLOC_USAGE_PROTECTED) {
75 if (usage & GRALLOC_USAGE_PRIVATE_SECURE_DISPLAY) {
86 err = mAllocCtrl->allocate(data, usage);
102 if (usage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY) {
106 if (usage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY) {
110 if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER ) {
114 if (usage & GRALLOC_USAGE_HW_CAMERA_WRITE) {
118 if (usage & GRALLOC_USAGE_HW_CAMERA_READ) {
122 if (usage
192 gralloc_alloc_framebuffer_locked(int usage, buffer_handle_t* pHandle) argument
251 gralloc_alloc_framebuffer(int usage, buffer_handle_t* pHandle) argument
261 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, unsigned int bufferSize) argument
377 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
387 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
/hardware/google/av/codec2/hidl/1.0/utils/
H A DInputSurface.cpp173 uint32_t usage,
177 width, height, format, usage, getFrameTimestamps, _hidl_cb);
238 uint32_t usage) {
239 return mBase->allocateBuffers(width, height, format, usage);
169 dequeueBuffer( uint32_t width, uint32_t height, PixelFormat format, uint32_t usage, bool getFrameTimestamps, dequeueBuffer_cb _hidl_cb) argument
234 allocateBuffers( uint32_t width, uint32_t height, PixelFormat format, uint32_t usage) argument
/hardware/google/av/codec2/vndk/platform/
H A DC2BqBuffer.cpp144 uint64_t usage; local
149 handle, &width, &height, &format, &usage, &stride, &igbp_id, &igbp_slot);
174 C2MemoryUsage usage,
178 C2AndroidMemoryUsage androidUsage = usage;
268 mBuffers[slot]->usage,
315 C2MemoryUsage usage,
333 width, height, format, usage, &alloc);
346 c2_status_t status = fetchFromIgbp_l(width, height, format, usage, block);
456 C2MemoryUsage usage,
459 return mImpl->fetchGraphicBlock(width, height, format, usage, bloc
170 fetchFromIgbp_l( uint32_t width, uint32_t height, uint32_t format, C2MemoryUsage usage, std::shared_ptr<C2GraphicBlock> *block ) argument
311 fetchGraphicBlock( uint32_t width, uint32_t height, uint32_t format, C2MemoryUsage usage, std::shared_ptr<C2GraphicBlock> *block ) argument
452 fetchGraphicBlock( uint32_t width, uint32_t height, uint32_t format, C2MemoryUsage usage, std::shared_ptr<C2GraphicBlock> *block ) argument
[all...]

Completed in 508 milliseconds

1234567