Searched refs:mCsdBuffers (Results 1 – 4 of 4) sorted by relevance
38 std::vector<std::pair<void*, size_t>> mCsdBuffers; member in CodecDecoderTest169 void* csdBuffer = mCsdBuffers[mCurrCsdIdx].first; in enqueueCodecConfig()170 size_t csdSize = mCsdBuffers[mCurrCsdIdx].second; in enqueueCodecConfig()242 for (mCurrCsdIdx = 0; !hasSeenError() && isOk && mCurrCsdIdx < mCsdBuffers.size(); in queueCodecConfig()251 for (mCurrCsdIdx = 0; isOk && mCurrCsdIdx < mCsdBuffers.size(); mCurrCsdIdx++) { in queueCodecConfig()380 mCsdBuffers.clear(); in testFlush()387 mCsdBuffers.push_back(std::make_pair(csdBuffer, csdSize)); in testFlush()549 mCsdBuffers.clear(); in testSimpleDecodeQueueCSD()556 mCsdBuffers.push_back(std::make_pair(csdBuffer, csdSize)); in testSimpleDecodeQueueCSD()
849 ArrayList<ByteBuffer> mCsdBuffers; field in CodecDecoderTestBase858 mCsdBuffers = new ArrayList<>(); in CodecDecoderTestBase()891 ByteBuffer csdBuffer = mCsdBuffers.get(mCurrCsdIdx); in enqueueCodecConfig()1022 for (mCurrCsdIdx = 0; !mAsyncHandle.hasSeenError() && mCurrCsdIdx < mCsdBuffers.size(); in queueCodecConfig()1030 for (mCurrCsdIdx = 0; mCurrCsdIdx < mCsdBuffers.size(); mCurrCsdIdx++) { in queueCodecConfig()
349 mCsdBuffers.clear(); in testFlush()353 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testFlush()713 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testSimpleDecodeQueueCSD()
251 mCsdBuffers.clear(); in testFlush()255 mCsdBuffers.add(format.getByteBuffer(csdKey)); in testFlush()