Home
last modified time | relevance | path

Searched refs:kInpFrmWidth (Results 1 – 1 of 1) sorted by relevance

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp46 const int kInpFrmWidth = 352; member in CodecEncoderTest
104 int ySize = kInpFrmWidth * kInpFrmHeight; in convertyuv420ptoyuv420sp()
105 int uSize = kInpFrmWidth * kInpFrmHeight / 4; in convertyuv420ptoyuv420sp()
183 tileWidth = kInpFrmWidth; in fillByteBuffer()
188 tileWidth = kInpFrmWidth; in fillByteBuffer()
191 tileWidth = kInpFrmWidth / 2; in fillByteBuffer()
238 int frmSize = kInpFrmWidth * kInpFrmHeight * 3 / 2; in enqueueInput()
244 if (mWidth == kInpFrmWidth && mHeight == kInpFrmHeight) { in enqueueInput()