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

  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 29 int inputWidth, int inputHeight,
34 int inputHeight, int inputWidth,
imagetesthandler.h 38 void copyDebugImage(int inputHeight, int inputWidth,
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorProfile.java 105 int inputHeight,
110 this.maxInputVideoFrameHeight = inputHeight;
  /cts/apps/CtsVerifier/lib/colorchecker/
imagetesthandler.cpp 43 void ImageTestHandler::copyDebugImage(int inputHeight, int inputWidth,
45 if ((inputHeight == mDebugHeight) && (inputWidth == mDebugWidth)) {
testingimage.cpp 33 int inputHeight, int inputWidth,
35 mImage = new unsigned char[inputRowSpan * inputHeight];
38 inputRowSpan, inputHeight, inputChannel);
40 mHeight = inputHeight;
57 int inputHeight, int inputWidth,
71 int heightScale = inputHeight / newHeight;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 214 OMX_U32 inputHeight; /* Input frame height */
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
  /external/zxing/core/
core.jar 

Completed in 6776 milliseconds