/hardware/google/av/media/codecs/raw/ |
D | C2SoftRawDec.cpp | 41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 46 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 101 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 102 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/gsm/ |
D | C2SoftGsmDec.cpp | 40 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 45 .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/g711/ |
D | C2SoftG711Dec.cpp | 45 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 50 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 98 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 41 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;
|
D | C2SoftAmrWbEnc.cpp | 43 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;
|
D | C2SoftAmrDec.cpp | 51 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 56 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 113 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 114 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/flac/ |
D | C2SoftFlacDec.cpp | 41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 46 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 89 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 90 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
D | C2SoftFlacEnc.cpp | 37 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatAudio)) in IntfImpl() 41 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl() 82 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 83 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxEnc.h | 234 new C2StreamFormatConfig::input(0u, C2FormatVideo)) in IntfImpl() 240 new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl() 419 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 420 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 49 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 54 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 97 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 98 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 45 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 50 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 93 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 94 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 44 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 49 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 93 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 94 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacEnc.cpp | 41 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatAudio)) in IntfImpl() 46 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl() 128 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 129 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
D | C2SoftAacDec.cpp | 64 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 69 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 215 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 216 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 57 new C2StreamFormatConfig::input(0u, C2FormatVideo)) in IntfImpl() 63 new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl() 220 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 221 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 70 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatCompressed)) in IntfImpl() 75 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatAudio)) in IntfImpl() 221 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 222 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 641 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/avc/ |
D | C2SoftAvcEnc.cpp | 49 .withConstValue(new C2StreamFormatConfig::input(0u, C2FormatVideo)) in IntfImpl() 54 .withConstValue(new C2StreamFormatConfig::output(0u, C2FormatCompressed)) in IntfImpl() 328 std::shared_ptr<C2StreamFormatConfig::input> mInputFormat; 329 std::shared_ptr<C2StreamFormatConfig::output> mOutputFormat;
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 426 C2StreamFormatConfig::output outputFormat(0u); in processQueue()
|
/hardware/google/av/codec2/include/ |
D | C2Config.h | 959 typedef C2StreamBufferTypeSetting C2StreamFormatConfig; // deprecated typedef
|
/hardware/google/av/media/sfplugin/ |
D | CCodecBufferChannel.cpp | 2410 C2StreamFormatConfig::output oStreamFormat(0u); in requestInitialInputBuffers()
|