Searched refs:crop_top (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() 516 crop_left = crop_top = 0; in onOutputReceived() 524 (crop_bottom - crop_top + 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() 728 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local 729 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived() 730 crop_left = crop_top = 0; in onOutputReceived() 737 crop_height = crop_bottom - crop_top + 1; in onOutputReceived() [all …]
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_api.h | 423 crop_top(0), in DvrNativeBufferMetadata() 445 int32_t crop_top; member
|
/frameworks/native/libs/gui/ |
D | BufferHubProducer.cpp | 474 meta_data.crop_top = crop.top; in queueBuffer()
|