HomeSort by relevance Sort by last modified time
    Searched refs:vHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.cpp 852 int32_t vWidth, vHeight;
856 CHECK(meta->findInt32(kKeyHeight, &vHeight));
859 mGivenHeight = vHeight;
866 cropBottom = vHeight - 1;
868 LOGD("got dimensions only %d x %d", vWidth, vHeight);
    [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]

Completed in 49 milliseconds