Searched refs:crop_right (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 674 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 675 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 677 crop_right = width - 1; in onOutputReceived() 694 (crop_right - crop_left + 1), in onOutputReceived() 744 crop_left, crop_top, crop_right, crop_bottom, in onOutputReceived() 1024 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 1025 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 1027 crop_right = width - 1; in onOutputReceived() 1037 crop_width = crop_right - crop_left + 1; in onOutputReceived() 1049 crop_right = crop_left + mWidth - dstLeft - 1; in onOutputReceived() [all …]
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_api.h | 426 crop_right(0), in DvrNativeBufferMetadata() 448 int32_t crop_right; member
|