Searched refs:left (Results 226 - 238 of 238) sorted by relevance

12345678910

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp969 mCropInfo.left,
H A DQCameraPostProc.cpp2249 crop.left = 0;
2374 crop.left = 0;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6899 if (omxhdr->nFilledLen && ((omx->rectangle.nLeft != vdec_msg->msgdata.output_frame.framesize.left)
6904 DEBUG_PRINT_LOW("Old crop info: left = %u top = %u width = %u height = %u\n",
6907 omx->rectangle.nLeft = vdec_msg->msgdata.output_frame.framesize.left;
6912 DEBUG_PRINT_LOW("New crop info: left = %u top = %u width = %u height = %u\n",
6921 output_respbuf->framesize.left =
6922 vdec_msg->msgdata.output_frame.framesize.left;
7415 * we have left */
7429 * frame we had left over. So append it */
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h120 __s32 left; member in struct:v4l2_rect
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h227 __s32 left; member in struct:v4l2_rect
/hardware/intel/common/libva/va/
H A Dva_trace.c145 int left = sizeof(env_value) - tmp; \
148 left, \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dfilter_altivec.asm854 vperm v9, v2, v3, v15 ;# v8 v9 = 21 input pixels left-justified
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
6190 vdec_msg->msgdata.output_frame.framesize.left)
6194 omx->rectangle.nLeft = vdec_msg->msgdata.output_frame.framesize.left;
H A Domx_vdec.cpp6680 output_respbuf->framesize.left =
6681 vdec_msg->msgdata.output_frame.framesize.left;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp173 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
6154 vdec_msg->msgdata.output_frame.framesize.left)
6158 omx->rectangle.nLeft = vdec_msg->msgdata.output_frame.framesize.left;
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c2452 if (!crop_data.crop_info[i].crop.left &&
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp3526 "top %d left %d width %d height %d",
3527 ard->detection_region.top, ard->detection_region.left,
3540 "top %d left %d width %d height %d",
3541 ard->detection_region.top, ard->detection_region.left,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp665 payload->input_crop.left = framedimension_format->nDecWidth;

Completed in 2338 milliseconds

12345678910