Searched refs:crop_right (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 514 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 515 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 517 crop_right = width - 1; in onOutputReceived() 523 (crop_right - crop_left + 1), in onOutputReceived() 549 crop_left, crop_top, crop_right, crop_bottom, in onOutputReceived() 552 crop_left, crop_top, crop_right, crop_bottom); in onOutputReceived() 734 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 735 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 737 crop_right = width - 1; in onOutputReceived() 744 crop_right = mWidth - dstLeft - 1; in onOutputReceived() [all …]
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_api.h | 424 crop_right(0), in DvrNativeBufferMetadata() 446 int32_t crop_right; member
|
/frameworks/native/libs/gui/ |
D | BufferHubProducer.cpp | 475 meta_data.crop_right = crop.right; in queueBuffer()
|