/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 68 uint8_t num_planes); 322 length = my_obj->frame_offset.num_planes; in mm_stream_data_notify() 1441 uint8_t num_planes) in mm_stream_read_msm_frame() argument 1453 vb.length = num_planes; in mm_stream_read_msm_frame() 1666 length = buf->planes_buf.num_planes; in mm_stream_qbuf() 2343 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() 2384 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() 2422 buf_planes->plane_info.num_planes = 3; in mm_stream_calc_offset_preview() 2471 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() 2515 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | intrapred_test.cc | 37 int num_planes) { in SetupMacroblock() argument 45 num_planes_ = num_planes; in SetupMacroblock() 46 for (int p = 0; p < num_planes; p++) in SetupMacroblock()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 95 const int num_planes = y_only ? 1 : MAX_MB_PLANE; in loop_filter_rows_mt() local 113 for (plane = 0; plane < num_planes; ++plane) { in loop_filter_rows_mt()
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_camera.h | 129 unsigned char num_planes; member
|
D | msmb_isp.h | 376 uint32_t num_planes; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msmb_camera.h | 144 unsigned char num_planes; member
|
D | msmb_isp.h | 342 uint32_t num_planes; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msmb_camera.h | 131 unsigned char num_planes; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_camera.h | 139 unsigned char num_planes; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msmb_camera.h | 164 unsigned char num_planes; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msmb_camera.h | 175 unsigned char num_planes; member
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 238 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes; in getBufDef() 246 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) { in getBufDef()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.c | 317 obj_image->image.num_planes = 2; in psb_CreateImage() 334 obj_image->image.num_planes = 1; in psb_CreateImage() 348 obj_image->image.num_planes = 1; in psb_CreateImage() 362 obj_image->image.num_planes = 1; in psb_CreateImage() 376 obj_image->image.num_planes = 3; in psb_CreateImage() 395 obj_image->image.num_planes = 4; in psb_CreateImage() 547 obj_image->image.num_planes = 2; in psb_DeriveImage() 562 obj_image->image.num_planes = 3; in psb_DeriveImage() 579 obj_image->image.num_planes = 3; in psb_DeriveImage()
|
/hardware/qcom/camera/QCamera2/stack/mm-lib2d-interface/src/ |
D | mm_lib2d.c | 204 p_frame->info.num_planes = 1; in lib2d_fill_img_frame() 222 p_frame->info.num_planes = 2; in lib2d_fill_img_frame()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.cpp | 623 LOG_V("num_planes = %d\n", destImage.num_planes); in doActionCopy() 709 extbuf.num_planes = 3; in CreateSurfaceFromExternalBuf() 781 extbuf.num_planes = 3; in CreateNewVASurface()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 1107 int num_planes = get_num_planes(dst->format); in stretch_copybit_internal() local 1109 if (num_planes == 2) { in stretch_copybit_internal() 1111 } else if (num_planes == 3) { in stretch_copybit_internal() 1190 int num_planes = get_num_planes(src->format); in stretch_copybit_internal() local 1191 if (num_planes == 2) { in stretch_copybit_internal() 1194 } else if (num_planes == 3) { in stretch_copybit_internal()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1643 … setFormatParams(output_capability, drv_ctx.input_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in component_init() 1644 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in component_init() 1671 … setFormatParams(capture_capability, drv_ctx.output_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in component_init() 1672 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in component_init() 2989 … setFormatParams(capture_capability, drv_ctx.output_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in set_parameter() 2990 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in set_parameter() 3000 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in set_parameter() 3120 … setFormatParams(output_capability, drv_ctx.input_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in set_parameter() 3121 for( i=0; i<fmt.fmt.pix_mp.num_planes; i++ ) in set_parameter() 3158 … setFormatParams(capture_capability, drv_ctx.output_bytesperpixel, &(fmt.fmt.pix_mp.num_planes)); in set_parameter() [all …]
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 1133 int num_planes = get_num_planes(dst->format); in stretch_copybit_internal() local 1135 if (num_planes == 2) { in stretch_copybit_internal() 1137 } else if (num_planes == 3) { in stretch_copybit_internal() 1225 int num_planes = get_num_planes(src->format); in stretch_copybit_internal() local 1226 if (num_planes == 2) { in stretch_copybit_internal() 1229 } else if (num_planes == 3) { in stretch_copybit_internal()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 1126 int num_planes = get_num_planes(dst->format); in stretch_copybit_internal() local 1128 if (num_planes == 2) { in stretch_copybit_internal() 1130 } else if (num_planes == 3) { in stretch_copybit_internal() 1218 int num_planes = get_num_planes(src->format); in stretch_copybit_internal() local 1219 if (num_planes == 2) { in stretch_copybit_internal() 1222 } else if (num_planes == 3) { in stretch_copybit_internal()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 1132 int num_planes = get_num_planes(dst->format); in stretch_copybit_internal() local 1134 if (num_planes == 2) { in stretch_copybit_internal() 1136 } else if (num_planes == 3) { in stretch_copybit_internal() 1224 int num_planes = get_num_planes(src->format); in stretch_copybit_internal() local 1225 if (num_planes == 2) { in stretch_copybit_internal() 1228 } else if (num_planes == 3) { in stretch_copybit_internal()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 1110 int num_planes = get_num_planes(dst->format); in stretch_copybit_internal() local 1112 if (num_planes == 2) { in stretch_copybit_internal() 1114 } else if (num_planes == 3) { in stretch_copybit_internal() 1202 int num_planes = get_num_planes(src->format); in stretch_copybit_internal() local 1203 if (num_planes == 2) { in stretch_copybit_internal() 1206 } else if (num_planes == 3) { in stretch_copybit_internal()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 1135 int num_planes = get_num_planes(dst->format); in stretch_copybit_internal() local 1137 if (num_planes == 2) { in stretch_copybit_internal() 1139 } else if (num_planes == 3) { in stretch_copybit_internal() 1227 int num_planes = get_num_planes(src->format); in stretch_copybit_internal() local 1228 if (num_planes == 2) { in stretch_copybit_internal() 1231 } else if (num_planes == 3) { in stretch_copybit_internal()
|
/hardware/qcom/camera/ |
D | QCamera_Intf.h | 196 int num_planes; member 1040 int8_t num_planes; member
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_worker.cpp | 237 vaExtBuf.num_planes = 3; in allocSurface() 249 vaExtBuf.num_planes = 3; in allocSurface() 270 vaExtBuf.num_planes = 2; in allocSurface()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 300 int num_planes; variable
|