Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:mCodec

123     : mCodec(codec),
129 mCodec->getName(&mComponentName);
133 mCodec->release();
143 status_t res = mCodec->start();
171 status_t res1 = mCodec->stop();
173 mCodec->release();
238 mCodec->flush();
252 res = mCodec->dequeueInputBuffer(&in_ix, kTimeoutWaitForInputUs);
260 res = mCodec->getInputBuffer(in_ix, &in_buffer);
284 if (mCodec->queueInputBuffer(
330 res = mCodec->queueInputBuffer(
342 res = mCodec->dequeueOutputBuffer(
349 mCodec->releaseOutputBuffer(out_ix);
359 if (mCodec->getOutputFormat(&me->mFormat) != OK) {
373 res = mCodec->getOutputBuffer(out_ix, &out_buffer);
384 mCodec->releaseOutputBuffer(out_ix);
391 mCodec->renderOutputBufferAndRelease(out_ix);
397 mCodec->releaseOutputBuffer(out_ix);