Searched refs:INP_FRM_WIDTH (Results 1 – 1 of 1) sorted by relevance
1108 private final int INP_FRM_WIDTH = 352; field in CodecEncoderTestBase1125 mWidth = INP_FRM_WIDTH; in CodecEncoderTestBase()1177 int tileWidth = INP_FRM_WIDTH; in fillImage()1184 tileWidth = INP_FRM_WIDTH / 2; in fillImage()1227 int tileWidth = INP_FRM_WIDTH; in fillByteBuffer()1232 tileWidth = INP_FRM_WIDTH / 2; in fillByteBuffer()1270 int frmSize = INP_FRM_WIDTH * INP_FRM_HEIGHT * 3 / 2; in enqueueInput()1278 if (mWidth == INP_FRM_WIDTH && mHeight == INP_FRM_HEIGHT) { in enqueueInput()