Lines Matching refs:mInputData
29 uint8_t* mInputData; member in CodecEncoderTest
89 mInputData = nullptr; in CodecEncoderTest()
110 uint8_t* frameBase = mInputData; in convertyuv420ptoyuv420sp()
131 mInputData = new uint8_t[mInputLength]; in setUpSource()
132 fread(mInputData, sizeof(uint8_t), mInputLength, fp); in setUpSource()
143 if (mInputData) { in deleteSource()
144 delete[] mInputData; in deleteSource()
145 mInputData = nullptr; in deleteSource()
202 mInputData + (frmOffset + j * tileWidth), colsToCopy); in fillByteBuffer()
226 memcpy(inputBuffer, mInputData + mInputBufferReadOffset, size); in enqueueInput()
245 memcpy(inputBuffer, mInputData + mInputBufferReadOffset, size); in enqueueInput()
365 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", file)) in encodeToMemory()
392 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testSimpleEncode()
439 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testReconfigure()
558 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testSetForceSyncFrame()
621 RETURN_IF_NULL(mInputData, StringFormat("unable to open input file %s", srcPath)) in testAdaptiveBitRate()