Searched refs:CodecType (Results 1 – 9 of 9) 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/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/opencv3/modules/cudacodec/src/ |
D | video_writer.cpp | 103 enum CodecType enum 114 …oderCallBack>& callback, Size frameSize, double fps, SurfaceFormat format, CodecType codec = H264); 115 … frameSize, double fps, const EncoderParams& params, SurfaceFormat format, CodecType codec = H264); 131 CodecType codec_; 148 …tr<EncoderCallBack>& callback, Size frameSize, double fps, SurfaceFormat format, CodecType codec) : in VideoWriterImpl() 166 …, Size frameSize, double fps, const EncoderParams& params, SurfaceFormat format, CodecType codec) : in VideoWriterImpl()
|
D | video_decoder.hpp | 72 cudaVideoCodec codec() const { return createInfo_.CodecType; } in codec()
|
D | video_decoder.cpp | 81 createInfo_.CodecType = _codec; in create()
|
D | video_parser.cpp | 54 params.CodecType = videoDecoder->codec(); in VideoParser()
|
/external/opencv3/modules/videoio/src/ |
D | cap_qt.cpp | 1291 CodecType codecType = kRawCodecType; in icvCreateVideoWriter_QT()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoengine2.cc | 2581 std::map<int, VideoCodec::CodecType> payload_codec_type; in MapCodecs()
|