Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp30 size_t mInputLength; member in CodecEncoderTest
97 mInputLength = 0;
111 int totalFrames = mInputLength / frameSize; in convertyuv420ptoyuv420sp()
134 mInputLength = buf.st_size; in setUpSource()
135 mInputData = new uint8_t[mInputLength]; in setUpSource()
136 fread(mInputData, sizeof(uint8_t), mInputLength, fp); in setUpSource()
151 mInputLength = 0; in deleteSource()
269 if (mNumBytesSubmitted >= mInputLength) { in enqueueInput()
279 size = std::min(buffSize, mInputLength - mNumBytesSubmitted); in enqueueInput()
281 if (mNumBytesSubmitted + size >= mInputLength && mSignalEOSWithLastFrame) { in enqueueInput()
[all …]