Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp50 const int kInpFrmWidth = 352; member in CodecEncoderTest
108 int ySize = kInpFrmWidth * kInpFrmHeight; in convertyuv420ptoyuv420sp()
109 int uSize = kInpFrmWidth * kInpFrmHeight / 4; in convertyuv420ptoyuv420sp()
235 tileWidth = kInpFrmWidth; in fillByteBuffer()
240 tileWidth = kInpFrmWidth; in fillByteBuffer()
243 tileWidth = kInpFrmWidth / 2; in fillByteBuffer()
284 int frmSize = kInpFrmWidth * kInpFrmHeight * 3 / 2; in enqueueInput()
292 if (mWidth == kInpFrmWidth && mHeight == kInpFrmHeight) { in enqueueInput()