Home
last modified time | relevance | path

Searched refs:crop_left (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp650 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local
651 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived()
652 crop_left = crop_top = 0; in onOutputReceived()
670 (crop_right - crop_left + 1), in onOutputReceived()
719 crop_left, crop_top, crop_right, crop_bottom, in onOutputReceived()
995 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local
996 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived()
997 crop_left = crop_top = 0; in onOutputReceived()
1008 crop_width = crop_right - crop_left + 1; in onOutputReceived()
1020 crop_right = crop_left + mWidth - dstLeft - 1; in onOutputReceived()
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_api.h424 crop_left(0), in DvrNativeBufferMetadata()
446 int32_t crop_left; member