Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DFrameDecoder.cpp674 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local
675 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived()
676 crop_left = crop_top = 0; in onOutputReceived()
695 (crop_bottom - crop_top + 1), in onOutputReceived()
744 crop_left, crop_top, crop_right, crop_bottom, in onOutputReceived()
1024 int32_t crop_left, crop_top, crop_right, crop_bottom; in onOutputReceived() local
1025 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) { in onOutputReceived()
1026 crop_left = crop_top = 0; in onOutputReceived()
1038 crop_height = crop_bottom - crop_top + 1; in onOutputReceived()
1053 crop_bottom = crop_top + mHeight - dstTop - 1; in onOutputReceived()
[all …]
/frameworks/native/libs/vr/libdvr/include/dvr/
Ddvr_api.h425 crop_top(0), in DvrNativeBufferMetadata()
447 int32_t crop_top; member