/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/ |
D | base_primitives.cc | 20 webrtc::ViECodec* codec_interface) { in ConfigureCodecsToI420() argument 23 for (int i = 0; i < codec_interface->NumberOfCodecs(); i++) { in ConfigureCodecsToI420() 24 EXPECT_EQ(0, codec_interface->GetCodec(i, video_codec)); in ConfigureCodecsToI420() 32 EXPECT_EQ(0, codec_interface->SetSendCodec(video_channel, video_codec)); in ConfigureCodecsToI420() 35 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec)); in ConfigureCodecsToI420() 38 EXPECT_EQ(0, codec_interface->GetSendCodec(video_channel, video_codec)); in ConfigureCodecsToI420() 42 void TestI420CallSetup(webrtc::ViECodec* codec_interface, in TestI420CallSetup() argument 54 ConfigureCodecsToI420(video_channel, video_codec, codec_interface); in TestI420CallSetup()
|
D | general_primitives.cc | 100 webrtc::ViECodec* codec_interface, in FindSpecificCodec() argument 105 for (int i = 0; i < codec_interface->NumberOfCodecs(); i++) { in FindSpecificCodec() 108 if (codec_interface->GetCodec(i, codec) != 0) { in FindSpecificCodec()
|
D | framedrop_primitives.cc | 169 webrtc::ViECodec *codec_interface = interfaces.codec; in TestFullStack() local 180 for (int idx = 0; idx < codec_interface->NumberOfCodecs(); idx++) { in TestFullStack() 181 EXPECT_EQ(0, codec_interface->GetCodec(idx, video_codec)); in TestFullStack() 184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec)); in TestFullStack() 203 EXPECT_TRUE(FindSpecificCodec(webrtc::kVideoCodecVP8, codec_interface, in TestFullStack() 209 EXPECT_EQ(0, codec_interface->SetSendCodec(video_channel, codec)); in TestFullStack()
|
D | base_primitives.h | 26 void TestI420CallSetup(webrtc::ViECodec* codec_interface,
|
D | general_primitives.h | 72 webrtc::ViECodec* codec_interface,
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
D | vp9_lossless_encoder.c | 101 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 103 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0); in main() 119 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | twopass_encoder.c | 137 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0)) in pass0() 177 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0)) in pass1() 234 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 237 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0); in main()
|
D | vp8cx_set_ref.c | 145 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 147 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0); in main() 164 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | simple_decoder.c | 122 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface())); in main() 124 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | simple_encoder.c | 211 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 213 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0); in main() 231 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | postproc.c | 87 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface())); in main() 89 res = vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, in main()
|
D | decode_with_drops.c | 109 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface())); in main() 111 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | decode_to_md5.c | 105 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface())); in main() 107 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0)) in main()
|
D | set_maps.c | 202 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 204 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0); in main() 223 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
D | vp8_multi_resolution_encoder.c | 98 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 115 vpx_codec_enc_config_default(encoder->codec_interface(), &cfg[i], 0); in main() 189 if (vpx_codec_enc_init_multi(&codec[0], encoder->codec_interface(), &cfg[0], in main()
|
D | vpx_temporal_svc_encoder.c | 477 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface())); in main() 499 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0); in main() 579 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0)) in main()
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
D | tools_common.h | 131 vpx_codec_iface_t *(*const codec_interface)(); member
|
D | vpxdec.c | 203 decoder->name, vpx_codec_iface_name(decoder->codec_interface())); in usage_exit() 328 if (!vpx_codec_peek_stream_info(decoder->codec_interface(), in file_is_raw() 962 if (vpx_codec_dec_init(&decoder, interface->codec_interface(), in main_loop()
|
D | vpxenc.c | 475 encoder->name, vpx_codec_iface_name(encoder->codec_interface())); in usage_exit() 961 res = vpx_codec_enc_config_default(global->codec->codec_interface(), in new_stream() 1305 vpx_codec_iface_name(global->codec->codec_interface())); in show_stream_config() 1460 vpx_codec_enc_init(&stream->encoder, global->codec->codec_interface(), in initialize_encoder() 1481 vpx_codec_dec_init(&stream->decoder, decoder->codec_interface(), NULL, 0); in initialize_encoder()
|