HomeSort by relevance Sort by last modified time
    Searched defs:inputFrameSize (Results 1 - 5 of 5) sorted by null

  /external/libxcam/plugins/smart/dvs/libdvs/
stabilizer.cpp 419 Size inputFrameSize = frame.size();
420 Size outputFrameSize = trimedVideoSize(inputFrameSize);
422 cropROI.x = (inputFrameSize.width - outputFrameSize.width) >> 1;
423 cropROI.y = (inputFrameSize.height - outputFrameSize.height) >> 1;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c     [all...]
omx_vdec_test.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c     [all...]
omx_vdec_test.cpp     [all...]

Completed in 181 milliseconds