Home
last modified time | relevance | path

Searched defs:codec_type (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/modules/video_coding/utility/
Divf_file_reader_unittest.cc39 VideoCodecType codec_type, in WriteDummyTestFrames()
69 void CreateTestFile(VideoCodecType codec_type, in CreateTestFile()
104 void ValidateContent(VideoCodecType codec_type, in ValidateContent()
Divf_file_writer.cc113 VideoCodecType codec_type) { in InitFromFirstFrame()
135 VideoCodecType codec_type) { in WriteFrame()
Divf_file_writer_unittest.cc38 bool WriteDummyTestFrames(VideoCodecType codec_type, in WriteDummyTestFrames()
105 void RunBasicFileStructureTest(VideoCodecType codec_type, in RunBasicFileStructureTest()
Divf_file_reader.cc66 absl::optional<VideoCodecType> codec_type = ParseCodecType(ivf_header, 8); in Reset() local
/external/webrtc/modules/video_coding/codecs/test/
Dvideo_encoder_decoder_instantiation_tests.cc33 int32_t InitEncoder(VideoCodecType codec_type, VideoEncoder* encoder) { in InitEncoder()
45 int32_t InitDecoder(VideoCodecType codec_type, VideoDecoder* decoder) { in InitDecoder()
Dvideocodec_test_fixture_impl.cc163 VideoCodecType codec_type = PayloadStringToCodecType(codec_name); in SetCodecSettings() local
254 std::string codec_type = CodecTypeToPayloadString(codec_settings.codecType); in ToString() local
Dvideoprocessor.cc348 const VideoCodecType codec_type = codec_specific.codecType; in FrameEncoded() local
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoded_image_packer.h67 VideoCodecType codec_type; member
79 VideoCodecType codec_type; member
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_frame_transformer_delegate.cc30 absl::optional<VideoCodecType> codec_type, in TransformableVideoSenderFrame()
109 absl::optional<VideoCodecType> codec_type, in TransformFrame()
Drtp_sender_video.cc392 absl::optional<VideoCodecType> codec_type, in SendVideo()
668 absl::optional<VideoCodecType> codec_type, in SendEncodedImage()
Drtp_sender_video.h96 absl::optional<VideoCodecType> codec_type, in SendVideo()
/external/webrtc/test/
Dvideo_codec_settings.h27 static void CodecSettings(VideoCodecType codec_type, VideoCodec* settings) { in CodecSettings()
Dconfigurable_frame_size_encoder.cc91 void ConfigurableFrameSizeEncoder::SetCodecType(VideoCodecType codec_type) { in SetCodecType()
Dencoder_settings.cc132 void FillEncoderConfiguration(VideoCodecType codec_type, in FillEncoderConfiguration()
/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_encode.cc178 AudioEncoderL16::Config Pcm16bConfig(CodecType codec_type) { in Pcm16bConfig()
199 std::unique_ptr<AudioEncoder> CreateEncoder(CodecType codec_type, in CreateEncoder()
/external/webrtc/rtc_base/experiments/
Dquality_scaling_experiment.cc62 QualityScalingExperiment::GetQpThresholds(VideoCodecType codec_type) { in GetQpThresholds()
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc192 void UpdateCodecTypeHistogram(size_t codec_type) { in UpdateCodecTypeHistogram()
280 size_t codec_type = static_cast<size_t>(encoded_info.encoder_type); in Encode() local
/external/webrtc/modules/video_coding/
Dframe_object.cc111 VideoCodecType RtpFrameObject::codec_type() const { in codec_type() function in webrtc::video_coding::RtpFrameObject
/external/webrtc/test/testsupport/
Divf_video_frame_generator.cc135 VideoCodecType codec_type) { in CreateVideoDecoder()
/external/webrtc/api/video_codecs/
Dvideo_encoder_config.h152 VideoCodecType codec_type; variable
/external/webrtc/test/scenario/
Dvideo_stream.cc41 uint8_t CodecTypeToPayloadType(VideoCodecType codec_type) { in CodecTypeToPayloadType()
56 std::string CodecTypeToCodecName(VideoCodecType codec_type) { in CodecTypeToCodecName()
/external/webrtc/video/
Dquality_scaling_tests.cc118 const VideoCodecType codec_type = PayloadStringToCodecType(payload_name_); in RunTest() local
Dpicture_id_tests.cc45 explicit PictureIdObserver(VideoCodecType codec_type) in PictureIdObserver()
Dvideo_send_stream_impl.cc510 const VideoCodecType codec_type = in OnEncoderConfigurationChanged() local
Dreceive_statistics_proxy2.cc1013 void ReceiveStatisticsProxy::OnPreDecode(VideoCodecType codec_type, int qp) { in OnPreDecode()

12