Home
last modified time | relevance | path

Searched refs:crop_bottom (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp505 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local
506 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived()
509 crop_bottom = height - 1; in onOutputReceived()
515 (crop_bottom - crop_top + 1), in onOutputReceived()
531 crop_left, crop_top, crop_right, crop_bottom, in onOutputReceived()
535 crop_left, crop_top, crop_right, crop_bottom); in onOutputReceived()
704 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local
705 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived()
708 crop_bottom = height - 1; in onOutputReceived()
718 crop_bottom = mHeight - dstTop - 1; in onOutputReceived()
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_api.h385 crop_bottom(0), in DvrNativeBufferMetadata()
407 int32_t crop_bottom; member
/frameworks/native/libs/gui/
DBufferHubProducer.cpp326 meta_data.crop_bottom = crop.bottom; in queueBuffer()