Home
last modified time | relevance | path

Searched refs:video_format (Results 1 – 25 of 73) sorted by relevance

123

/external/webrtc/call/
Dvideo_receive_stream.cc17 VideoReceiveStreamInterface::Decoder::Decoder(SdpVideoFormat video_format, in Decoder() argument
19 : video_format(std::move(video_format)), payload_type(payload_type) {} in Decoder()
20 VideoReceiveStreamInterface::Decoder::Decoder() : video_format("Unset") {} in Decoder()
27 video_format == other.video_format; in operator ==()
34 ss << ", payload_name: " << video_format.name; in ToString()
36 for (auto it = video_format.parameters.begin(); in ToString()
37 it != video_format.parameters.end(); ++it) { in ToString()
38 if (it != video_format.parameters.begin()) { in ToString()
Dvideo_receive_stream.h62 Decoder(SdpVideoFormat video_format, int payload_type);
71 SdpVideoFormat video_format; member
/external/webrtc/test/
Dcall_config_utils_unittest.cc24 decoder.video_format.name = "test"; in TEST()
25 decoder.video_format.parameters["99"] = "b"; in TEST()
45 EXPECT_EQ(recv_config.decoders[0].video_format.name, in TEST()
46 unmarshaled_config.decoders[0].video_format.name); in TEST()
47 EXPECT_EQ(recv_config.decoders[0].video_format.parameters, in TEST()
48 unmarshaled_config.decoders[0].video_format.parameters); in TEST()
Dcall_config_utils.cc28 decoder.video_format = in ParseVideoReceiveStreamJsonConfig()
34 decoder.video_format.parameters[members[0]] = in ParseVideoReceiveStreamJsonConfig()
79 decoder_json["payload_name"] = decoder.video_format.name; in GenerateVideoReceiveStreamJsonConfig()
81 for (const auto& codec_param_entry : decoder.video_format.parameters) { in GenerateVideoReceiveStreamJsonConfig()
Dencoder_settings.cc138 decoder.video_format = SdpVideoFormat(payload_name); in CreateMatchingDecoder()
/external/webrtc/sdk/android/native_unittests/codecs/
Dwrapper_unittest.cc28 const SdpVideoFormat video_format = in TEST() local
31 EXPECT_EQ(cricket::kH264CodecName, video_format.name); in TEST()
33 video_format.parameters.find(cricket::kH264FmtpProfileLevelId); in TEST()
34 ASSERT_NE(it, video_format.parameters.end()); in TEST()
/external/webrtc/api/test/
Dcreate_simulcast_test_fixture.cc25 SdpVideoFormat video_format) { in CreateSimulcastTestFixture() argument
27 std::move(encoder_factory), std::move(decoder_factory), video_format); in CreateSimulcastTestFixture()
Dcreate_simulcast_test_fixture.h27 SdpVideoFormat video_format);
/external/webrtc/sdk/android/src/jni/
Dsoftware_video_decoder_factory.cc32 const auto video_format = in JNI_SoftwareVideoDecoderFactory_CreateDecoder() local
35 auto decoder = native_factory->CreateVideoDecoder(video_format); in JNI_SoftwareVideoDecoderFactory_CreateDecoder()
Dsoftware_video_encoder_factory.cc32 const auto video_format = in JNI_SoftwareVideoEncoderFactory_CreateEncoder() local
35 auto encoder = native_factory->CreateVideoEncoder(video_format); in JNI_SoftwareVideoEncoderFactory_CreateEncoder()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DVUIParameters.java43 public int video_format; field in VUIParameters
73 ", video_format=" + video_format + "\n" + in toString()
/external/webrtc/sdk/objc/components/video_codec/
Dnalu_rewriter.cc136 CMVideoFormatDescriptionRef video_format, in H264AnnexBBufferToCMSampleBuffer() argument
141 RTC_DCHECK(video_format); in H264AnnexBBufferToCMSampleBuffer()
216 nullptr, nullptr, video_format, 1, 0, nullptr, in H264AnnexBBufferToCMSampleBuffer()
Dnalu_rewriter.h42 CMVideoFormatDescriptionRef video_format,
/external/webrtc/common_video/h264/
Dsps_vui_rewriter.cc504 uint32_t video_format = 5; // H264 default: unspecified in CopyOrRewriteVideoSignalTypeInfo() local
512 video_format = source.ReadBits(3); in CopyOrRewriteVideoSignalTypeInfo()
526 uint32_t video_format_override = video_format; in CopyOrRewriteVideoSignalTypeInfo()
580 video_format_override != video_format || in CopyOrRewriteVideoSignalTypeInfo()
/external/webrtc/test/fuzzers/
Dvp9_replay_fuzzer.cc25 vp9_decoder.video_format = SdpVideoFormat("VP9"); in FuzzOneInput()
Dvp8_replay_fuzzer.cc25 vp8_decoder.video_format = SdpVideoFormat("VP8"); in FuzzOneInput()
/external/webrtc/video/
Dvideo_stream_decoder_impl.cc97 const SdpVideoFormat& video_format = decoder_settings_it->second.first; in GetDecoder() local
99 decoder_factory_->CreateVideoDecoder(video_format); in GetDecoder()
/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.h33 SdpVideoFormat video_format);
Dsimulcast_test_fixture_impl.cc258 SdpVideoFormat video_format) in SimulcastTestFixtureImpl() argument
259 : codec_type_(PayloadStringToCodecType(video_format.name)) { in SimulcastTestFixtureImpl()
260 encoder_ = encoder_factory->CreateVideoEncoder(video_format); in SimulcastTestFixtureImpl()
261 decoder_ = decoder_factory->CreateVideoDecoder(video_format); in SimulcastTestFixtureImpl()
/external/kernel-headers/original/uapi/linux/dvb/
Dvideo.h127 video_format_t video_format; /* current aspect ratio of stream*/ member
/external/webrtc/video/config/
Dvideo_encoder_config.cc53 video_format("Unset"), in VideoEncoderConfig()
Dvideo_encoder_config.h159 SdpVideoFormat video_format; variable
/external/igt-gpu-tools/tools/
Dintel_infoframes.c193 uint8_t video_format :3; member
505 int vic_present = frame->vendor.video_format & 0x1; in dump_vendor_hdmi()
506 int s3d_present = frame->vendor.video_format & 0x2; in dump_vendor_hdmi()
508 printf("- video format: 0x%03x %s\n", frame->vendor.video_format, in dump_vendor_hdmi()
/external/webrtc/video/end_to_end_tests/
Dextended_reports_tests.cc185 (*receive_configs)[0].decoders[0].video_format = in ModifyVideoConfigs()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h264std.h213 uint8_t video_format; member

123