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

  /frameworks/av/media/libmedia/include/media/
NdkWrapper.h 194 CB_INPUT_AVAILABLE = 1,
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 72 CB_INPUT_AVAILABLE = 1,
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /frameworks/av/media/libmedia/
NdkWrapper.cpp 811 msg->setInt32("callbackID", CB_INPUT_AVAILABLE);
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.cpp 147 case AMediaCodecWrapper::CB_INPUT_AVAILABLE:
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 149 case MediaCodec::CB_INPUT_AVAILABLE:
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 867 if (cbID == MediaCodec::CB_INPUT_AVAILABLE) {
    [all...]
MediaCodec.cpp     [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 148 case MediaCodec::CB_INPUT_AVAILABLE:
152 ALOGE("CB_INPUT_AVAILABLE: index is expected.");
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 801 case MediaCodec::CB_INPUT_AVAILABLE:
    [all...]

Completed in 212 milliseconds