Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp51 const int kInpFrmHeight = 288; member in CodecEncoderTest
108 int ySize = kInpFrmWidth * kInpFrmHeight; in convertyuv420ptoyuv420sp()
109 int uSize = kInpFrmWidth * kInpFrmHeight / 4; in convertyuv420ptoyuv420sp()
236 tileHeight = kInpFrmHeight; in fillByteBuffer()
246 tileHeight = kInpFrmHeight / 2; in fillByteBuffer()
284 int frmSize = kInpFrmWidth * kInpFrmHeight * 3 / 2; in enqueueInput()
292 if (mWidth == kInpFrmWidth && mHeight == kInpFrmHeight) { in enqueueInput()