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

1 2

  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 236 isInput ? mInputFormat : mOutputFormat, mem);
463 mInputFormat = new AMessage();
464 mInputFormat->setString("mime", mime.c_str());
465 mInputFormat->setInt32("stride", mStride);
466 mInputFormat->setInt32("slice-height", mSliceHeight);
467 mInputFormat->setInt32("color-format", mColorFormatIn);
468 mInputFormat->setRect("crop", 0, 0, mStride, mSliceHeight);
469 mInputFormat->setInt32("width", mWidth);
470 mInputFormat->setInt32("height", mHeight);
481 mCallback->onComponentConfigured(mInputFormat, mOutputFormat)
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Decoder.h 79 sp<AMediaFormatWrapper> mInputFormat;
NuPlayer2Decoder.cpp 373 mInputFormat = mCodec->getInputFormat();
374 if (mInputFormat == NULL) {
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 76 sp<AMessage> mInputFormat;
NuPlayerDecoder.cpp 357 CHECK_EQ((status_t)OK, mCodec->getInputFormat(&mInputFormat));
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h 104 sp<AMessage> mInputFormat;
  /hardware/google/av/media/codecs/raw/
C2SoftRawDec.cpp 40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
84 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/codecs/vpx/
C2SoftVpxEnc.h 238 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
319 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /frameworks/av/media/libmedia/include/media/
BufferProviders.h 160 const audio_format_t mInputFormat;
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 39 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
95 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
C2SoftAmrDec.cpp 50 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
108 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
C2SoftAmrWbEnc.cpp 41 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/codecs/g711/
C2SoftG711Dec.cpp 44 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
92 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/codecs/gsm/
C2SoftGsmDec.cpp 39 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
83 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/sfplugin/
CCodec.cpp 760 config->mInputFormat->setInt32("using-sw-read-often", true);
777 config->mInputFormat->setInt32(
788 config->mInputFormat->setInt32(KEY_COLOR_FORMAT, format);
808 config->mInputFormat->debugString().c_str(),
818 mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat);
849 inputFormat = config->mInputFormat;
936 inputFormat = config->mInputFormat;
    [all...]
CCodecConfig.h 113 sp<AMessage> mInputFormat;
CCodecConfig.cpp 230 : mInputFormat(new AMessage),
681 sp<AMessage> oldFormat = mInputFormat;
682 mInputFormat->extend(getSdkFormatForDomain(reflected, mInputDomain));
683 if (mInputFormat->countEntries() != oldFormat->countEntries()
684 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) {
    [all...]
  /hardware/google/av/media/codecs/aac/
C2SoftAacEnc.cpp 40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
90 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.cpp 40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
84 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
C2SoftFlacEnc.cpp 36 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
82 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/codecs/opus/
C2SoftOpusDec.cpp 44 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
88 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /hardware/google/av/media/codecs/vorbis/
C2SoftVorbisDec.cpp 48 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING)
92 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
  /external/v4l2_codec2/include/
C2VDAComponent.h 53 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat;
  /hardware/google/av/media/codecs/base/
SimpleC2Interface.cpp 119 DefineParam(mInputFormat, C2_PARAMKEY_INPUT_STREAM_BUFFER_TYPE)
  /frameworks/av/media/libaudioprocessing/
BufferProviders.cpp 367 mInputFormat(inputFormat),
376 memcpy_by_audio_format(dst, mOutputFormat, src, mInputFormat, frames * mChannelCount);

Completed in 627 milliseconds

1 2