/external/webrtc/call/ |
D | video_receive_stream.cc | 17 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()
|
D | video_receive_stream.h | 62 Decoder(SdpVideoFormat video_format, int payload_type); 71 SdpVideoFormat video_format; member
|
/external/webrtc/test/ |
D | call_config_utils_unittest.cc | 24 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()
|
D | call_config_utils.cc | 28 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()
|
D | encoder_settings.cc | 138 decoder.video_format = SdpVideoFormat(payload_name); in CreateMatchingDecoder()
|
/external/webrtc/sdk/android/native_unittests/codecs/ |
D | wrapper_unittest.cc | 28 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/ |
D | create_simulcast_test_fixture.cc | 25 SdpVideoFormat video_format) { in CreateSimulcastTestFixture() argument 27 std::move(encoder_factory), std::move(decoder_factory), video_format); in CreateSimulcastTestFixture()
|
D | create_simulcast_test_fixture.h | 27 SdpVideoFormat video_format);
|
/external/webrtc/sdk/android/src/jni/ |
D | software_video_decoder_factory.cc | 32 const auto video_format = in JNI_SoftwareVideoDecoderFactory_CreateDecoder() local 35 auto decoder = native_factory->CreateVideoDecoder(video_format); in JNI_SoftwareVideoDecoderFactory_CreateDecoder()
|
D | software_video_encoder_factory.cc | 32 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/ |
D | VUIParameters.java | 43 public int video_format; field in VUIParameters 73 ", video_format=" + video_format + "\n" + in toString()
|
/external/webrtc/sdk/objc/components/video_codec/ |
D | nalu_rewriter.cc | 136 CMVideoFormatDescriptionRef video_format, in H264AnnexBBufferToCMSampleBuffer() argument 141 RTC_DCHECK(video_format); in H264AnnexBBufferToCMSampleBuffer() 216 nullptr, nullptr, video_format, 1, 0, nullptr, in H264AnnexBBufferToCMSampleBuffer()
|
D | nalu_rewriter.h | 42 CMVideoFormatDescriptionRef video_format,
|
/external/webrtc/common_video/h264/ |
D | sps_vui_rewriter.cc | 504 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/ |
D | vp9_replay_fuzzer.cc | 25 vp9_decoder.video_format = SdpVideoFormat("VP9"); in FuzzOneInput()
|
D | vp8_replay_fuzzer.cc | 25 vp8_decoder.video_format = SdpVideoFormat("VP8"); in FuzzOneInput()
|
/external/webrtc/video/ |
D | video_stream_decoder_impl.cc | 97 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/ |
D | simulcast_test_fixture_impl.h | 33 SdpVideoFormat video_format);
|
D | simulcast_test_fixture_impl.cc | 258 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/ |
D | video.h | 127 video_format_t video_format; /* current aspect ratio of stream*/ member
|
/external/webrtc/video/config/ |
D | video_encoder_config.cc | 53 video_format("Unset"), in VideoEncoderConfig()
|
D | video_encoder_config.h | 159 SdpVideoFormat video_format; variable
|
/external/igt-gpu-tools/tools/ |
D | intel_infoframes.c | 193 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/ |
D | extended_reports_tests.cc | 185 (*receive_configs)[0].decoders[0].video_format = in ModifyVideoConfigs()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/ |
D | vulkan_video_codec_h264std.h | 213 uint8_t video_format; member
|