Home
last modified time | relevance | path

Searched refs:buffer_type (Results 1 – 25 of 73) sorted by relevance

123

/hardware/qcom/media/msm8998/libstagefrighthw/
DQComOMXMetadata.h28 MetadataBufferType buffer_type; member
34 MetadataBufferType buffer_type; member
/hardware/qcom/sm7250/media/libstagefrighthw/
DQComOMXMetadata.h29 MetadataBufferType buffer_type; member
35 MetadataBufferType buffer_type; member
/hardware/qcom/sm8150/media/libstagefrighthw/
DQComOMXMetadata.h29 MetadataBufferType buffer_type; member
35 MetadataBufferType buffer_type; member
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXMetadata.h22 MetadataBufferType buffer_type; member
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXMetadata.h27 MetadataBufferType buffer_type; member
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_priv_handle.h79 int buffer_type; member
120 buffer_type(buf_type), in fd()
Dgr_buf_mgr.cpp170 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() local
181 buffer_type, in CreateSharedHandle()
431 int buffer_type = BUFFER_TYPE_VIDEO; in GetBufferType() local
434 buffer_type = BUFFER_TYPE_UI; in GetBufferType()
437 return buffer_type; in GetBufferType()
455 int buffer_type = GetBufferType(gralloc_format); in AllocateBuffer() local
500 buffer_type, in AllocateBuffer()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_priv_handle.h77 int buffer_type; member
118 buffer_type(buf_type), in fd()
Dgr_buf_mgr.cpp170 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() local
182 buffer_type, in CreateSharedHandle()
439 int buffer_type = BUFFER_TYPE_VIDEO; in GetBufferType() local
442 buffer_type = BUFFER_TYPE_UI; in GetBufferType()
445 return buffer_type; in GetBufferType()
463 int buffer_type = GetBufferType(gralloc_format); in AllocateBuffer() local
508 buffer_type, in AllocateBuffer()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_priv_handle.h84 int buffer_type; member
125 buffer_type(buf_type), in fd()
Dgr_buf_mgr.cpp171 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() local
183 buffer_type, in CreateSharedHandle()
450 int buffer_type = BUFFER_TYPE_VIDEO; in GetBufferType() local
453 buffer_type = BUFFER_TYPE_UI; in GetBufferType()
456 return buffer_type; in GetBufferType()
474 int buffer_type = GetBufferType(gralloc_format); in AllocateBuffer() local
521 buffer_type, in AllocateBuffer()
/hardware/qcom/display/msm8909/gralloc/
Dgr_priv_handle.h83 int buffer_type; member
124 buffer_type(buf_type), in fd()
Dgr_buf_mgr.cpp171 int buffer_type = GetBufferType(descriptor.GetFormat()); in CreateSharedHandle() local
183 buffer_type, in CreateSharedHandle()
453 int buffer_type = BUFFER_TYPE_VIDEO; in GetBufferType() local
456 buffer_type = BUFFER_TYPE_UI; in GetBufferType()
459 return buffer_type; in GetBufferType()
477 int buffer_type = GetBufferType(gralloc_format); in AllocateBuffer() local
524 buffer_type, in AllocateBuffer()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/inc/
Dmm_lib2d.h129 mm_lib2d_buffer_type buffer_type; member
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_wayland.c167 enum wsi_wl_buffer_type buffer_type; member
1991 if (chain->buffer_type == WSI_WL_BUFFER_SHM_MEMCPY) { in wsi_wl_swapchain_queue_present()
2107 switch (chain->buffer_type) { in wsi_wl_image_init()
2110 if (chain->buffer_type == WSI_WL_BUFFER_SHM_MEMCPY) { in wsi_wl_image_init()
2295 enum wsi_wl_buffer_type buffer_type; in wsi_wl_surface_create_swapchain() local
2307 buffer_type = WSI_WL_BUFFER_GPU_SHM; in wsi_wl_surface_create_swapchain()
2310 buffer_type = WSI_WL_BUFFER_SHM_MEMCPY; in wsi_wl_surface_create_swapchain()
2343 buffer_type = WSI_WL_BUFFER_NATIVE; in wsi_wl_surface_create_swapchain()
2366 chain->buffer_type = buffer_type; in wsi_wl_surface_create_swapchain()
2367 if (buffer_type == WSI_WL_BUFFER_NATIVE) { in wsi_wl_surface_create_swapchain()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
Ddecoder_driver_test.c267 init_decode->input_buffer.buffer_type = VDEC_BUFFER_TYPE_INPUT; in init_decoder()
283 init_decode->input_buffer.buffer_type = VDEC_BUFFER_TYPE_INPUT; in init_decoder()
296 init_decode->output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in init_decoder()
539 setbuffers.buffer_type = buffer_dir; in allocate_buffer()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
Ddecoder_driver_test.c279 init_decode->input_buffer.buffer_type = VDEC_BUFFER_TYPE_INPUT; in init_decoder()
296 init_decode->input_buffer.buffer_type = VDEC_BUFFER_TYPE_INPUT; in init_decoder()
310 init_decode->output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in init_decoder()
580 setbuffers.buffer_type = buffer_dir; in allocate_buffer()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
Dmm_lib2d_test.c482 src_buffer.buffer_type = MM_LIB2D_BUFFER_TYPE_YUV; in main()
494 dst_buffer.buffer_type = MM_LIB2D_BUFFER_TYPE_RGB; in main()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c203 if (lib2d_buffer->buffer_type == MM_LIB2D_BUFFER_TYPE_RGB) { in lib2d_fill_img_frame()
221 } else if (lib2d_buffer->buffer_type == MM_LIB2D_BUFFER_TYPE_YUV) { in lib2d_fill_img_frame()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.h204 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage);
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.h219 bool CanUseAdrenoForSize(int buffer_type, uint64_t usage);
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp781 int release_buffers(omx_vdpp* obj, enum vdpp_buffer buffer_type) { in release_buffers() argument
785 if (buffer_type == VDPP_BUFFER_TYPE_OUTPUT){ in release_buffers()
790 }else if(buffer_type == VDPP_BUFFER_TYPE_INPUT) { in release_buffers()
1701 drv_ctx.ip_buf.buffer_type = VDPP_BUFFER_TYPE_INPUT; in component_init()
1702 drv_ctx.op_buf.buffer_type = VDPP_BUFFER_TYPE_OUTPUT; in component_init()
4502 setbuffers.buffer_type = VDPP_BUFFER_TYPE_INPUT; in free_input_buffer()
4550 setbuffers.buffer_type = VDPP_BUFFER_TYPE_OUTPUT; in free_output_buffer()
6773 if(buffer_prop->buffer_type == VDPP_BUFFER_TYPE_INPUT){ in get_buffer_req()
6776 }else if (buffer_prop->buffer_type == VDPP_BUFFER_TYPE_OUTPUT){ in get_buffer_req()
6850 …buffer_prop->actualcount, buffer_prop->buffer_size, buffer_prop->buffer_type, streaming[OUTPUT_POR… in get_buffer_req()
[all …]
/hardware/google/graphics/common/libacryl/local_include/uapi/
Dg2d.h243 uint32_t buffer_type; member
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp398 layer.flags, layer.fence, layer.buffer_type, layer.num_buffers); in show_g2d_layer()
665 image.buffer_type = G2D_BUFTYPE_EMPTY; in prepareImage()
674 image.buffer_type = G2D_BUFTYPE_DMABUF; in prepareImage()
683 image.buffer_type = G2D_BUFTYPE_USERPTR; in prepareImage()
769 image.buffer_type = G2D_BUFTYPE_EMPTY; in setSolidLayer()
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h282 enum vdpp_buffer buffer_type; member
308 enum vdpp_buffer buffer_type; member

123