Home
last modified time | relevance | path

Searched refs:codec_interface (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dbase_primitives.cc20 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()
Dgeneral_primitives.cc100 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()
Dframedrop_primitives.cc169 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()
Dbase_primitives.h26 void TestI420CallSetup(webrtc::ViECodec* codec_interface,
Dgeneral_primitives.h72 webrtc::ViECodec* codec_interface,
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
Dvp9_lossless_encoder.c101 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()
Dtwopass_encoder.c137 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()
Dvp8cx_set_ref.c145 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()
Dsimple_decoder.c122 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()
Dsimple_encoder.c211 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()
Dpostproc.c87 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()
Ddecode_with_drops.c109 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()
Ddecode_to_md5.c105 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()
Dset_maps.c202 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()
Dvp8_multi_resolution_encoder.c98 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()
Dvpx_temporal_svc_encoder.c477 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/
Dtools_common.h131 vpx_codec_iface_t *(*const codec_interface)(); member
Dvpxdec.c203 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()
Dvpxenc.c475 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()