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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp393 int32_t crop_left, crop_top, crop_right, crop_bottom; local
394 if (!outputFormat->findRect("crop", &crop_left, &crop_top, &crop_right, &crop_bottom)) {
397 crop_bottom = height - 1;
407 frame->mHeight = crop_bottom - crop_top + 1;
446 crop_left, crop_top, crop_right, crop_bottom,
/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_api.h283 int32_t crop_bottom; member in struct:DvrNativeBufferMetadata
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_producer.cpp332 meta_data.crop_bottom = crop.bottom;

Completed in 110 milliseconds