HomeSort by relevance Sort by last modified time
    Searched refs:handleAnOutputBuffer (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h 119 bool handleAnOutputBuffer(
NuPlayer2Decoder.cpp 170 handleAnOutputBuffer(index, offset, size, timeUs, flags);
732 bool NuPlayer2::Decoder::handleAnOutputBuffer(
739 ALOGE("[%s] handleAnOutputBuffer without a valid codec", mComponentName.c_str());
750 ALOGE("[%s] handleAnOutputBuffer, failed to get output buffer", mComponentName.c_str());
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 118 bool handleAnOutputBuffer(
NuPlayerDecoder.cpp 172 handleAnOutputBuffer(index, offset, size, timeUs, flags);
708 bool NuPlayer::Decoder::handleAnOutputBuffer(
715 ALOGE("[%s] handleAnOutputBuffer without a valid codec", mComponentName.c_str());
725 ALOGE("[%s] handleAnOutputBuffer, failed to get output buffer", mComponentName.c_str());
    [all...]

Completed in 68 milliseconds