Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp45 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
102 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftRawDec::IntfImpl
/hardware/google/av/media/sfplugin/
DCCodec.cpp871 && !config->mOutputFormat->findBuffer(KEY_HDR_STATIC_INFO, &hdrInfo)) { in configure()
872 config->mOutputFormat->setBuffer(KEY_HDR_STATIC_INFO, hdrInfo); in configure()
881 config->mOutputFormat->setInt32(KEY_COLOR_FORMAT, format); in configure()
890 config->mOutputFormat->setInt32("encoder-delay", delay); in configure()
894 config->mOutputFormat->setInt32("encoder-padding", padding); in configure()
905 config->mOutputFormat->setInt32(KEY_CHANNEL_MASK, mask); in configure()
912 config->mOutputFormat->debugString().c_str()); in configure()
921 mCallback->onComponentConfigured(config->mInputFormat, config->mOutputFormat); in configure()
953 outputFormat = config->mOutputFormat; in createInputSurface()
1038 outputFormat = config->mOutputFormat; in setInputSurface()
[all …]
DCCodecConfig.cpp314 mOutputFormat(new AMessage), in CCodecConfig()
1040 sp<AMessage> oldFormat = mOutputFormat; in updateFormats()
1041 mOutputFormat = mOutputFormat->dup(); // trigger output format changed in updateFormats()
1042 mOutputFormat->extend(getSdkFormatForDomain(reflected, mOutputDomain)); in updateFormats()
1043 if (mOutputFormat->countEntries() != oldFormat->countEntries() in updateFormats()
1044 || mOutputFormat->changesFrom(oldFormat)->countEntries() > 0) { in updateFormats()
1047 mOutputFormat = oldFormat; // no change in updateFormats()
DCCodecConfig.h118 sp<AMessage> mOutputFormat; member
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp49 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
98 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftG711Dec::IntfImpl
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp44 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
89 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftGsmDec::IntfImpl
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp45 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
96 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftAmrNbEnc::IntfImpl
DC2SoftAmrWbEnc.cpp47 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
98 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftAmrWbEnc::IntfImpl
DC2SoftAmrDec.cpp55 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
114 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftAmrDec::IntfImpl
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp45 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
90 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftFlacDec::IntfImpl
DC2SoftFlacEnc.cpp40 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
83 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftFlacEnc::IntfImpl
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h238 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
420 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; variable
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp49 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
94 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftOpusDec::IntfImpl
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp53 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
98 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftVorbisDec::IntfImpl
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp48 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
94 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftMP3::IntfImpl
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp131 DefineParam(mOutputFormat, C2_PARAMKEY_OUTPUT_STREAM_BUFFER_TYPE) in BaseParams()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp45 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
129 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftAacEnc::IntfImpl
DC2SoftAacDec.cpp68 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
216 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftAacDec::IntfImpl
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h142 std::shared_ptr<C2StreamBufferTypeSetting::output> mOutputFormat; member
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp61 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
221 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftMpeg4Enc::IntfImpl
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp74 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
222 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftXaacDec::IntfImpl
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp53 DefineParam(mOutputFormat, C2_NAME_OUTPUT_STREAM_FORMAT_SETTING) in IntfImpl()
329 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat; member in android::C2SoftAvcEnc::IntfImpl