Searched refs:crop_rect (Results 1 – 3 of 3) 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/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.cpp | 530 std::optional<Rect> crop_rect; in get_metadata() local 531 get_crop_rect(handle, &crop_rect); in get_metadata() 532 if (crop_rect.has_value()) in get_metadata() 534 rect = crop_rect.value(); in get_metadata()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_intf.h | 692 cam_rect_t crop_rect; member
|