Searched refs:CodecType (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/call/ |
D | packet_injection_tests.cc | 20 enum class CodecType { enum in webrtc::PacketInjectionTest 27 void InjectIncorrectPacket(CodecType codec_type, 35 void PacketInjectionTest::InjectIncorrectPacket(CodecType codec_type, in InjectIncorrectPacket() 47 case CodecType::kVp8: in InjectIncorrectPacket() 50 case CodecType::kH264: in InjectIncorrectPacket() 88 InjectIncorrectPacket(CodecType::kH264, 101, kPacket, sizeof(kPacket)); in TEST_F()
|
/external/v4l2_codec2/tests/ |
D | C2VDAComponent_test.cpp | 120 enum class CodecType { UNKNOWN, H264, VP8, VP9 }; enum 124 CodecType mCodec = CodecType::UNKNOWN; 252 const TestVideoFile::CodecType codec, sp<IMediaSource>* source) { in getMediaSourceFromFile() 270 if (codec == TestVideoFile::CodecType::H264) { in getMediaSourceFromFile() 272 } else if (codec == TestVideoFile::CodecType::VP8) { in getMediaSourceFromFile() 274 } else if (codec == TestVideoFile::CodecType::VP9) { in getMediaSourceFromFile() 323 mTestVideoFile->mCodec = TestVideoFile::CodecType::H264; in parseTestVideoData() 325 mTestVideoFile->mCodec = TestVideoFile::CodecType::VP8; in parseTestVideoData() 327 mTestVideoFile->mCodec = TestVideoFile::CodecType::VP9; in parseTestVideoData() 329 ASSERT_NE(mTestVideoFile->mCodec, TestVideoFile::CodecType::UNKNOWN); in parseTestVideoData() [all …]
|
/external/webrtc/talk/media/base/ |
D | codec.h | 198 enum CodecType { enum 205 CodecType GetCodecType() const;
|
D | codec.cc | 269 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType()
|
/external/python/cpython2/Mac/Modules/qt/ |
D | qtsupport.py | 222 CodecType = OSTypeType("CodecType") variable
|
D | _Qtmodule.c | 8687 CodecType cType; in Qt_VideoMediaSetCodecParameter() 8719 CodecType cType; in Qt_VideoMediaGetCodecParameter() 10387 CodecType cType; in Qt_GetMaxCompressionSize() 10421 CodecType cType; in Qt_GetCompressionTime() 10459 CodecType cType; in Qt_CompressImage() 10712 CodecType cType; in Qt_FindCodec() 10741 CodecType cType; in Qt_CompressPicture() 10768 CodecType cType; in Qt_CompressPictureFile() 10798 CodecType cType; in Qt_ConvertImage()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.cc | 2581 std::map<int, VideoCodec::CodecType> payload_codec_type; in MapCodecs()
|