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

  /device/asus/fugu/libaudio/
AudioStreamOut.h 53 audio_format_t format() const { return mInputFormat; }
104 audio_format_t mInputFormat;
AudioStreamOut.cpp 61 mInputFormat = AUDIO_FORMAT_PCM_16_BIT;
114 mInputFormat = lFormat;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 62 sp<AMessage> mInputFormat;
NuPlayerDecoder.cpp 187 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
826 if (!mInputFormat->findInt32(keys[i], &oldVal) ||
834 if (mInputFormat->findBuffer("csd-0", &oldBuf) &&
846 if (mInputFormat == NULL) {
855 if (!mInputFormat->findString("mime", &oldMime)
868 mInputFormat->findInt32("adaptive-playback", &isAdaptive) &&
  /frameworks/av/include/media/stagefright/
MediaCodec.h 231 sp<AMessage> mInputFormat;
ACodec.h 184 sp<AMessage> mInputFormat;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 894 CHECK(msg->findMessage("input-format", &mInputFormat));
    [all...]
ACodec.cpp     [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 359 const audio_format_t mInputFormat;
AudioMixer.cpp 365 mInputFormat(inputFormat),
373 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannels);
    [all...]

Completed in 712 milliseconds