Home
last modified time | relevance | path

Searched refs:num_planes (Results 1 – 25 of 136) sorted by relevance

123456

/hardware/qcom/sm8150/display/sdm/include/core/
Dbuffer_allocator.h152 uint32_t *num_planes) { in GetBufferLayout() argument
156 (void) num_planes; in GetBufferLayout()
/hardware/qcom/sdm845/display/gralloc/
Dgr_adreno_info.h147 int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes);
187 uint64_t usage, uint32_t num_planes) = NULL;
Dgr_adreno_info.cpp252 int format, int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes) { in AdrenoInitMemoryLayout() argument
257 tile_mode, usage, num_planes); in AdrenoInitMemoryLayout()
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_master.cpp110 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
113 fill(begin(cmd2.modifier), begin(cmd2.modifier) + drm_buffer.num_planes, in CreateFbId()
Ddrm_master.h47 uint32_t num_planes = 1; member
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_master.cpp109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
112 fill(begin(cmd2.modifier), begin(cmd2.modifier) + drm_buffer.num_planes, in CreateFbId()
Ddrm_master.h47 uint32_t num_planes = 1; member
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_master.cpp109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
112 fill(begin(cmd2.modifier), begin(cmd2.modifier) + drm_buffer.num_planes, in CreateFbId()
Ddrm_master.h47 uint32_t num_planes = 1; member
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_master.cpp110 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, gem_handle); in CreateFbId()
113 fill(begin(cmd2.modifier), begin(cmd2.modifier) + drm_buffer.num_planes, in CreateFbId()
Ddrm_master.h47 uint32_t num_planes = 1; member
/hardware/qcom/sm8150/display/gralloc/
Dgr_adreno_info.h179 int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes);
219 uint64_t usage, uint32_t num_planes) = NULL;
Dgr_adreno_info.cpp308 int format, int num_samples, int isUBWC, uint64_t usage, uint32_t num_planes) { in AdrenoInitMemoryLayout() argument
313 tile_mode, usage, num_planes); in AdrenoInitMemoryLayout()
/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_master.cpp109 fill(begin(cmd2.handles), begin(cmd2.handles) + drm_buffer.num_planes, *gem_handle); in CreateFbId()
112 fill(begin(cmd2.modifier), begin(cmd2.modifier) + drm_buffer.num_planes, in CreateFbId()
Ddrm_master.h47 uint32_t num_planes = 1; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c76 uint8_t num_planes);
344 length = my_obj->frame_offset.num_planes; in mm_stream_data_notify()
1715 uint8_t num_planes) in mm_stream_read_msm_frame() argument
1734 vb.length = num_planes; in mm_stream_read_msm_frame()
1968 length = buf->planes_buf.num_planes; in mm_stream_qbuf()
2695 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2736 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2774 buf_planes->plane_info.num_planes = 3; in mm_stream_calc_offset_preview()
2823 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
2867 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.h56 uint32_t *num_planes);
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.h56 uint32_t *num_planes);
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
Dbuffer_allocator.h150 uint32_t *num_planes) { return kErrorNotSupported; } in GetBufferLayout() argument
/hardware/qcom/display/msm8909/sdm/include/core/
Dbuffer_allocator.h150 uint32_t *num_planes) { return kErrorNotSupported; } in GetBufferLayout() argument
/hardware/qcom/sdm845/display/sdm/include/core/
Dbuffer_allocator.h151 uint32_t *num_planes) { return kErrorNotSupported; } in GetBufferLayout() argument
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h145 int32_t error = mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes); in lockYCbCr()
149 std::vector<android_flex_plane_t> flexPlanes(flex.num_planes); in lockYCbCr()
256 if (flex.format != FLEX_FORMAT_YCbCr || flex.num_planes < 3) { in toYCbCrLayout()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.h62 uint32_t *num_planes);
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.h61 uint32_t offset[4], uint32_t *num_planes);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.h61 uint32_t *num_planes);

123456