Home
last modified time | relevance | path

Searched refs:CodecType (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/call/
Dpacket_injection_tests.cc20 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/
Dcodec.h198 enum CodecType { enum
205 CodecType GetCodecType() const;
Dcodec.cc269 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType()
/external/opencv3/modules/cudacodec/src/
Dvideo_writer.cpp103 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()
Dvideo_decoder.hpp72 cudaVideoCodec codec() const { return createInfo_.CodecType; } in codec()
Dvideo_decoder.cpp81 createInfo_.CodecType = _codec; in create()
Dvideo_parser.cpp54 params.CodecType = videoDecoder->codec(); in VideoParser()
/external/opencv3/modules/videoio/src/
Dcap_qt.cpp1291 CodecType codecType = kRawCodecType; in icvCreateVideoWriter_QT()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc2581 std::map<int, VideoCodec::CodecType> payload_codec_type; in MapCodecs()