/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 40 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/ |
D | CCodec.cpp | 811 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 …]
|
D | CCodecConfig.cpp | 313 : 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()
|
D | CCodecConfig.h | 117 sp<AMessage> mInputFormat; member
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 39 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/ |
D | C2SoftG711Dec.cpp | 44 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/ |
D | C2SoftAmrNbEnc.cpp | 39 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl() 95 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAmrNbEnc::IntfImpl
|
D | C2SoftAmrWbEnc.cpp | 41 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl() 97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAmrWbEnc::IntfImpl
|
D | C2SoftAmrDec.cpp | 50 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/ |
D | C2SoftFlacDec.cpp | 40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl() 89 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftFlacDec::IntfImpl
|
D | C2SoftFlacEnc.cpp | 36 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/ |
D | C2SoftVpxEnc.h | 232 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl() 419 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 48 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/ |
D | C2SoftOpusDec.cpp | 44 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/ |
D | C2SoftMp3Dec.cpp | 43 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/ |
D | SimpleC2Interface.cpp | 119 DefineParam(mInputFormat, C2_PARAMKEY_INPUT_STREAM_BUFFER_TYPE) in BaseParams()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 40 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl() 128 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAacEnc::IntfImpl
|
D | C2SoftAacDec.cpp | 63 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/ |
D | SimpleC2Interface.h | 141 std::shared_ptr<C2StreamBufferTypeSetting::input> mInputFormat; member
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 55 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/ |
D | C2SoftXaacDec.cpp | 69 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/ |
D | C2SoftAvcEnc.cpp | 48 DefineParam(mInputFormat, C2_NAME_INPUT_STREAM_FORMAT_SETTING) in IntfImpl() 328 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; member in android::C2SoftAvcEnc::IntfImpl
|