Home
last modified time | relevance | path

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

12

/external/webrtc/modules/video_coding/utility/
Divf_file_writer.cc129 VideoCodecType codec_type) { in InitFromFirstFrame()
155 VideoCodecType codec_type) { in WriteFrame()
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()
Dqp_parser.cc18 absl::optional<uint32_t> QpParser::Parse(VideoCodecType codec_type, in Parse()
Divf_file_reader.cc70 absl::optional<VideoCodecType> codec_type = ParseCodecType(ivf_header, 8); in Reset() local
Divf_file_writer_unittest.cc42 bool WriteDummyTestFrames(VideoCodecType codec_type, in WriteDummyTestFrames()
109 void RunBasicFileStructureTest(VideoCodecType codec_type, in RunBasicFileStructureTest()
/external/webrtc/modules/video_coding/codecs/test/
Dvideo_encoder_decoder_instantiation_tests.cc37 int32_t InitEncoder(VideoCodecType codec_type, VideoEncoder* encoder) { in InitEncoder()
49 VideoDecoder::Settings DecoderSettings(VideoCodecType codec_type) { in DecoderSettings()
Dvideocodec_test_fixture_impl.cc197 VideoCodecType codec_type = PayloadStringToCodecType(codec_name); in SetCodecSettings() local
290 std::string codec_type = CodecTypeToPayloadString(codec_settings.codecType); in ToString() local
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoded_image_packer.h67 VideoCodecType codec_type; member
79 VideoCodecType codec_type; member
/external/webrtc/rtc_base/experiments/
Dencoder_info_settings.cc40 VideoCodecType codec_type) { in GetDefaultSinglecastBitrateLimits()
59 VideoCodecType codec_type, in GetDefaultSinglecastBitrateLimitsForResolution()
Dquality_scaling_experiment.cc74 QualityScalingExperiment::GetQpThresholds(VideoCodecType codec_type) { in GetQpThresholds()
/external/webrtc/test/
Dvideo_codec_settings.h27 static void CodecSettings(VideoCodecType codec_type, VideoCodec* settings) { in CodecSettings()
Dconfigurable_frame_size_encoder.cc85 void ConfigurableFrameSizeEncoder::SetCodecType(VideoCodecType codec_type) { in SetCodecType()
Dencoder_settings.cc115 void FillEncoderConfiguration(VideoCodecType codec_type, in FillEncoderConfiguration()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_frame_transformer_delegate.cc31 absl::optional<VideoCodecType> codec_type, in TransformableVideoSenderFrame()
117 absl::optional<VideoCodecType> codec_type, in TransformFrame()
Drtp_sender_video.cc472 absl::optional<VideoCodecType> codec_type, in SendVideo()
759 absl::optional<VideoCodecType> codec_type, in SendEncodedImage()
/external/webrtc/api/video_codecs/
Dvideo_decoder.h85 VideoCodecType codec_type() const { return codec_type_; } in codec_type() function
Dsdp_video_format.cc54 VideoCodecType codec_type = PayloadStringToCodecType(format1.name); in IsSameCodecSpecific() local
/external/webrtc/modules/audio_coding/neteq/tools/
Drtp_encode.cc175 AudioEncoderL16::Config Pcm16bConfig(CodecType codec_type) { in Pcm16bConfig()
196 std::unique_ptr<AudioEncoder> CreateEncoder(CodecType codec_type, in CreateEncoder()
/external/webrtc/modules/video_coding/
Dframe_object.cc111 VideoCodecType RtpFrameObject::codec_type() const { in codec_type() function in webrtc::RtpFrameObject
Dvideo_receiver2_unittest.cc77 VideoCodecType codec_type = kVideoCodecVP8) { in RegisterReceiveCodecSettings()
/external/webrtc/modules/audio_coding/acm2/
Daudio_coding_module.cc194 void UpdateCodecTypeHistogram(size_t codec_type) { in UpdateCodecTypeHistogram()
282 size_t codec_type = static_cast<size_t>(encoded_info.encoder_type); in Encode() local
/external/webrtc/test/testsupport/
Divf_video_frame_generator.cc133 VideoCodecType codec_type) { in CreateVideoDecoder()
/external/webrtc/video/config/
Dvideo_encoder_config.h158 VideoCodecType codec_type; variable
/external/webrtc/test/scenario/
Dvideo_stream.cc43 uint8_t CodecTypeToPayloadType(VideoCodecType codec_type) { in CodecTypeToPayloadType()
58 std::string CodecTypeToCodecName(VideoCodecType codec_type) { in CodecTypeToCodecName()
/external/webrtc/video/
Dvideo_send_stream_impl.cc480 const VideoCodecType codec_type = in OnEncoderConfigurationChanged() local

12