Home
last modified time | relevance | path

Searched refs:GRALLOC_USAGE_HW_VIDEO_ENCODER (Results 1 – 10 of 10) sorted by relevance

/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.h60 #define GRALLOC_USAGE_HW_VIDEO_ENCODER GRALLOC1_CONSUMER_USAGE_VIDEO_ENCODER macro
Dmali_gralloc_ion.cpp314 …else if (!(usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && (usage & (GRALLOC_USAGE_HW_FB | GRALLOC_USAG… in pick_ion_heap()
320 else if (!(usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && (usage & (GRALLOC_USAGE_HW_FB))) in pick_ion_heap()
Dmali_gralloc_formats.cpp461 else if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) in determine_consumer()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.h60 #define GRALLOC_USAGE_HW_VIDEO_ENCODER GRALLOC1_CONSUMER_USAGE_VIDEO_ENCODER macro
Dmali_gralloc_ion.cpp271 …else if (!(usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && (usage & (GRALLOC_USAGE_HW_FB | GRALLOC_USAG… in pick_ion_heap()
277 else if (!(usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) && (usage & (GRALLOC_USAGE_HW_FB))) in pick_ion_heap()
Dmali_gralloc_formats.cpp461 else if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) in determine_consumer()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp583 } else if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in gralloc_get_buffer_format()
647 bool hw_vid_enc_read = usage & GRALLOC_USAGE_HW_VIDEO_ENCODER; in gralloc_alloc()
780 GRALLOC_USAGE_HW_VIDEO_ENCODER | in gralloc_alloc()
1166 bool hw_vid_enc_read = (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER); in gralloc_lock()
1178 sw_read_allowed = sw_read_allowed || (cb->usage & GRALLOC_USAGE_HW_VIDEO_ENCODER); in gralloc_lock()
Dgralloc_30.cpp495 } else if (usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in get_buffer_format()
944 | GRALLOC_USAGE_HW_VIDEO_ENCODER in need_host_cb()
/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp422 else if (newStream->usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in configureStreams()
910 else if (srcBuf.stream->usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in processCaptureRequest()
DEmulatedFakeCamera3.cpp367 else if (newStream->usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in configureStreams()
921 else if (srcBuf.stream->usage & GRALLOC_USAGE_HW_VIDEO_ENCODER) { in processCaptureRequest()