Searched defs:vidState (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp162 CodecState *vidState) {
187 vidState->mOutBuffers.itemAt(outIndex);
192 vidState->mCodec->getOutputFormat(&srcFormat);
246 err = vidState->mCodec->releaseOutputBuffer(outIndex);
330 CodecState *vidState = NULL; local
351 vidState = state;
371 CHECK(vidState != NULL);
373 vidState->mCodec->getOutputFormat(&vidFormat);
629 tryCopyDecodedBuffer(&decodedFrameIndices, filterState, vidState);
639 tryCopyDecodedBuffer(&decodedFrameIndices, filterState, vidState);
159 tryCopyDecodedBuffer( List<DecodedFrame> *decodedFrameIndices, CodecState *filterState, CodecState *vidState) argument
[all...]

Completed in 50 milliseconds