Searched defs:vWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp1671 int32_t vWidth, vHeight; local
1674 CHECK(meta->findInt32(kKeyWidth, &vWidth));
1677 mGivenWidth = vWidth;
1684 cropRight = vWidth - 1;
1687 ALOGD("got dimensions only %d x %d", vWidth, vHeight);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp795 int32_t vWidth, vHeight; local
805 success = meta->findInt32(kKeyWidth, &vWidth);
810 ALOGV("vWidth = %d, vHeight = %d", vWidth, vHeight);
812 pDecShellContext->mGivenWidth = vWidth;
819 cropRight = vWidth - 1;

Completed in 41 milliseconds