Home
last modified time | relevance | path

Searched refs:C2StreamFormatConfig (Results 1 – 19 of 19) sorted by relevance

/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
46 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
84 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
85 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h240 new C2StreamFormatConfig::input(0u, C2FormatVideo)) in IntfImpl()
246 new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl()
319 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
320 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp40 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
45 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
83 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
84 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp41 new C2StreamFormatConfig::input(0u, C2FormatAudio)) in IntfImpl()
47 new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl()
95 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
96 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
DC2SoftAmrDec.cpp51 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
56 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
108 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
109 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
DC2SoftAmrWbEnc.cpp43 new C2StreamFormatConfig::input(0u, C2FormatAudio)) in IntfImpl()
49 new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl()
97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
98 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
46 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
84 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
85 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatAudio)) in IntfImpl()
46 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl()
90 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
91 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
DC2SoftAacDec.cpp62 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
67 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
118 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
119 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp49 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
54 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
92 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
93 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp45 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
50 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
88 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
89 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp44 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
49 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
88 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
89 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp57 new C2StreamFormatConfig::input(0u, C2FormatVideo)) in IntfImpl()
63 new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl()
136 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
137 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp65 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl()
70 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl()
122 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
123 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp49 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatVideo)) in IntfImpl()
54 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl()
120 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat;
121 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp641 EACH_TEST_INPUT(C2StreamFormatConfig, TEST_U32_WRITABLE_FIELD); in testMain()
642 EACH_TEST_OUTPUT(C2StreamFormatConfig, TEST_U32_WRITABLE_FIELD); in testMain()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp362 C2StreamFormatConfig::output outputFormat(0u); in processQueue()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1663 C2StreamFormatConfig::input iStreamFormat(0u); in start()
1664 C2StreamFormatConfig::output oStreamFormat(0u); in start()
/hardware/google/av/codec2/include/
DC2Config.h919 typedef C2StreamBufferTypeSetting C2StreamFormatConfig; // deprecated typedef