Searched refs:crop_bottom (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 631 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 632 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 635 crop_bottom = height - 1; in onOutputReceived() 642 (crop_bottom - crop_top + 1), in onOutputReceived() 680 crop_left, crop_top, crop_right, crop_bottom, in onOutputReceived() 920 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 921 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 924 crop_bottom = height - 1; in onOutputReceived() 929 crop_height = crop_bottom - crop_top + 1; in onOutputReceived() 944 crop_bottom = crop_top + mHeight - dstTop - 1; in onOutputReceived() [all …]
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_api.h | 427 crop_bottom(0), in DvrNativeBufferMetadata() 449 int32_t crop_bottom; member
|
/frameworks/native/libs/gui/ |
D | BufferHubProducer.cpp | 475 meta_data.crop_bottom = crop.bottom; in queueBuffer()
|