Home
last modified time | relevance | path

Searched refs:mInputFormat (Results 1 – 22 of 22) sorted by relevance

/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
101 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftRawDec::IntfImpl
/hardware/google/av/media/sfplugin/
DCCodec.cpp811 config->mInputFormat->setInt32("using-sw-read-often", true); in configure()
859 config->mInputFormat->setInt32( in configure()
879 config->mInputFormat->setInt32(KEY_COLOR_FORMAT, format); in configure()
903 config->mInputFormat->setInt32(KEY_CHANNEL_MASK, mask); in configure()
911 config->mInputFormat->debugString().c_str(), in configure()
921 mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat); in configure()
952 inputFormat = config->mInputFormat; in createInputSurface()
1000 config->mInputFormat->debugString().c_str()); in setupInputSurface()
1005 (void)config->mInputFormat->findInt32("android._dataspace", (int32_t*)&dataSpace); in setupInputSurface()
1037 inputFormat = config->mInputFormat; in setInputSurface()
[all …]
DCCodecConfig.cpp313 : mInputFormat(new AMessage), in CCodecConfig()
1029 sp<AMessage> oldFormat = mInputFormat; in updateFormats()
1030 mInputFormat = mInputFormat->dup(); // trigger format changed in updateFormats()
1031 mInputFormat->extend(getSdkFormatForDomain(reflected, mInputDomain)); in updateFormats()
1032 if (mInputFormat->countEntries() != oldFormat->countEntries() in updateFormats()
1033 || mInputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
1036 mInputFormat = oldFormat; // no change in updateFormats()
DCCodecConfig.h117 sp<AMessage> mInputFormat; member
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp39 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
88 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftGsmDec::IntfImpl
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp44 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftG711Dec::IntfImpl
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp39 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
95 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAmrNbEnc::IntfImpl
DC2SoftAmrWbEnc.cpp41 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAmrWbEnc::IntfImpl
DC2SoftAmrDec.cpp50 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
113 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAmrDec::IntfImpl
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
89 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftFlacDec::IntfImpl
DC2SoftFlacEnc.cpp36 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
82 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftFlacEnc::IntfImpl
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h232 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
419 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp48 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftVorbisDec::IntfImpl
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp44 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
93 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftOpusDec::IntfImpl
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp43 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
93 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftMP3::IntfImpl
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp119 DefineParam(mInputFormat, C2_PARAMKEY_INPUT_STREAM_BUFFER_TYPE) in BaseParams()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
128 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAacEnc::IntfImpl
DC2SoftAacDec.cpp63 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
215 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAacDec::IntfImpl
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h141 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat; member
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp55 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
220 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftMpeg4Enc::IntfImpl
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp69 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
221 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftXaacDec::IntfImpl
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp48 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl()
328 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAvcEnc::IntfImpl