Searched refs:out_ix (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp228 size_t out_ix, in_ix, out_offset, out_size; local
343 &out_ix, &out_offset, &out_size, &out_pts,
349 mCodec->releaseOutputBuffer(out_ix);
373 res = mCodec->getOutputBuffer(out_ix, &out_buffer);
376 mComponentName.c_str(), out_ix);
384 mCodec->releaseOutputBuffer(out_ix);
391 mCodec->renderOutputBufferAndRelease(out_ix);
397 mCodec->releaseOutputBuffer(out_ix);

Completed in 90 milliseconds