HomeSort by relevance Sort by last modified time
    Searched full:codec_interface (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
base_primitives.cc 20 webrtc::ViECodec* codec_interface) {
23 for (int i = 0; i < codec_interface->NumberOfCodecs(); i++) {
24 EXPECT_EQ(0, codec_interface->GetCodec(i, video_codec));
32 EXPECT_EQ(0, codec_interface->SetSendCodec(video_channel, video_codec));
35 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
38 EXPECT_EQ(0, codec_interface->GetSendCodec(video_channel, video_codec));
42 void TestI420CallSetup(webrtc::ViECodec* codec_interface,
54 ConfigureCodecsToI420(video_channel, video_codec, codec_interface);
general_primitives.cc 100 webrtc::ViECodec* codec_interface,
105 for (int i = 0; i < codec_interface->NumberOfCodecs(); i++) {
108 if (codec_interface->GetCodec(i, codec) != 0) {
base_primitives.h 26 void TestI420CallSetup(webrtc::ViECodec* codec_interface,
general_primitives.h 72 webrtc::ViECodec* codec_interface,
framedrop_primitives.cc 169 webrtc::ViECodec *codec_interface = interfaces.codec; local
180 for (int idx = 0; idx < codec_interface->NumberOfCodecs(); idx++) {
181 EXPECT_EQ(0, codec_interface->GetCodec(idx, video_codec));
184 EXPECT_EQ(0, codec_interface->SetReceiveCodec(video_channel, video_codec));
203 EXPECT_TRUE(FindSpecificCodec(webrtc::kVideoCodecVP8, codec_interface,
209 EXPECT_EQ(0, codec_interface->SetSendCodec(video_channel, codec));
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp9_lossless_encoder.c 101 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
103 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
119 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
twopass_encoder.c 137 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
177 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), cfg, 0))
234 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
237 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
vp8cx_set_ref.c 145 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
147 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
164 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
set_maps.c 202 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
204 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
223 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
decode_to_md5.c 105 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
107 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0))
decode_with_drops.c 109 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
111 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0))
postproc.c 87 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
89 res = vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL,
simple_decoder.c 122 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
124 if (vpx_codec_dec_init(&codec, decoder->codec_interface(), NULL, 0))
simple_encoder.c 211 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
213 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
231 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
vp8_multi_resolution_encoder.c 98 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
115 vpx_codec_enc_config_default(encoder->codec_interface(), &cfg[i], 0);
189 if (vpx_codec_enc_init_multi(&codec[0], encoder->codec_interface(), &cfg[0],
vpx_temporal_svc_encoder.c 477 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
499 res = vpx_codec_enc_config_default(encoder->codec_interface(), &cfg, 0);
579 if (vpx_codec_enc_init(&codec, encoder->codec_interface(), &cfg, 0))
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 131 vpx_codec_iface_t *(*const codec_interface)(); member in struct:VpxInterface
vpxdec.c 203 decoder->name, vpx_codec_iface_name(decoder->codec_interface()));
328 if (!vpx_codec_peek_stream_info(decoder->codec_interface(),
962 if (vpx_codec_dec_init(&decoder, interface->codec_interface(),
    [all...]
vpxenc.c 475 encoder->name, vpx_codec_iface_name(encoder->codec_interface()));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 374 /* CODEC_INTERFACE convenience macro
380 * the same name as the struct, less the _algo suffix. The CODEC_INTERFACE
383 #define CODEC_INTERFACE(id)\
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 436 /* CODEC_INTERFACE convenience macro
442 * the same name as the struct, less the _algo suffix. The CODEC_INTERFACE
445 #define CODEC_INTERFACE(id)\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 436 /* CODEC_INTERFACE convenience macro
442 * the same name as the struct, less the _algo suffix. The CODEC_INTERFACE
445 #define CODEC_INTERFACE(id)\
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 646 CODEC_INTERFACE(vpx_codec_vp9_dx) = {
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 592 CODEC_INTERFACE(vpx_codec_vp9_dx) = {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 578 CODEC_INTERFACE(vpx_codec_vp9_dx) = {

Completed in 1864 milliseconds

1 2