Searched refs:crop_rect (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 429 OMX_CONFIG_RECTTYPE crop_rect = {0, {{0, 0, 0, 0}}, 0, 0, 0, 0, 0}; variable 863 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft; in fbd_thread() 864 for (i = 0; i < crop_rect.nHeight; i++) { in fbd_thread() 865 … bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile); in fbd_thread() 872 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft; in fbd_thread() 873 for (i = 0; i < crop_rect.nHeight/2; i++) { in fbd_thread() 874 … bytes_written += fwrite_helper(frame_pos, crop_rect.nWidth, 1, outputBufferFile); in fbd_thread() 1178 crop_rect.nPortIndex = outPortIndex; in EventHandler() 1180 OMX_IndexConfigCommonOutputCrop, &crop_rect); in EventHandler() 1186 … crop_rect.nLeft, crop_rect.nTop, crop_rect.nWidth, crop_rect.nHeight); in EventHandler() [all …]
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_intf.h | 689 cam_rect_t crop_rect; member
|