Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp47 const int kInpFrmHeight = 288; member in CodecEncoderTest
104 int ySize = kInpFrmWidth * kInpFrmHeight; in convertyuv420ptoyuv420sp()
105 int uSize = kInpFrmWidth * kInpFrmHeight / 4; in convertyuv420ptoyuv420sp()
184 tileHeight = kInpFrmHeight; in fillByteBuffer()
194 tileHeight = kInpFrmHeight / 2; in fillByteBuffer()
238 int frmSize = kInpFrmWidth * kInpFrmHeight * 3 / 2; in enqueueInput()
244 if (mWidth == kInpFrmWidth && mHeight == kInpFrmHeight) { in enqueueInput()