Searched refs:out_ix (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp203 size_t out_ix, in_ix, out_offset, out_size; local
318 &out_ix, &out_offset, &out_size, &out_pts,
324 mCodec->releaseOutputBuffer(out_ix);
348 res = mCodec->getOutputBuffer(out_ix, &out_buffer);
351 mComponentName.c_str(), out_ix);
359 mCodec->releaseOutputBuffer(out_ix);
366 mCodec->renderOutputBufferAndRelease(out_ix);
372 mCodec->releaseOutputBuffer(out_ix);

Completed in 149 milliseconds