Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp631 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()
634 crop_right = width - 1; in onOutputReceived()
641 (crop_right - crop_left + 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()
923 crop_right = width - 1; in onOutputReceived()
928 crop_width = crop_right - crop_left + 1; in onOutputReceived()
940 crop_right = crop_left + mWidth - dstLeft - 1; in onOutputReceived()
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_api.h426 crop_right(0), in DvrNativeBufferMetadata()
448 int32_t crop_right; member
/frameworks/native/libs/gui/
DBufferHubProducer.cpp474 meta_data.crop_right = crop.right; in queueBuffer()