/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
simple_decoder.c | 122 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
|
decode_with_drops.c | 109 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
|
postproc.c | 87 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
|
decode_to_md5.c | 105 printf("Using %s\n", vpx_codec_iface_name(decoder->codec_interface()));
|
simple_encoder.c | 211 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
|
vp8cx_set_ref.c | 145 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
|
vp9_lossless_encoder.c | 101 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
|
set_maps.c | 202 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
|
twopass_encoder.c | 234 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
|
vp8_multi_resolution_encoder.c | 98 printf("Using %s\n", vpx_codec_iface_name(encoder->codec_interface()));
|
/external/libvpx/libvpx/examples/ |
simple_decoder.c | 126 printf("Using %s\n", vpx_codec_iface_name(decoder->interface()));
|
example_xma.c | 56 vpx_codec_iface_name(ifaces[i].iface)); 130 printf("%s does not support XMA mode!\n", vpx_codec_iface_name(iface));
|
decode_with_drops.c | 111 printf("Using %s\n", vpx_codec_iface_name(decoder->interface()));
|
postproc.c | 89 printf("Using %s\n", vpx_codec_iface_name(decoder->interface()));
|
decode_to_md5.c | 107 printf("Using %s\n", vpx_codec_iface_name(decoder->interface()));
|
simple_encoder.c | 210 printf("Using %s\n", vpx_codec_iface_name(encoder->interface()));
|
vp8cx_set_ref.c | 141 printf("Using %s\n", vpx_codec_iface_name(encoder->interface()));
|
decode_with_partial_drops.c | 242 printf("Using %s\n",vpx_codec_iface_name(interface));
|
set_maps.c | 194 printf("Using %s\n", vpx_codec_iface_name(encoder->interface()));
|
twopass_encoder.c | 171 printf("Using %s\n", vpx_codec_iface_name(encoder->interface()));
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
decode_test_driver.h | 95 return vpx_codec_iface_name(CodecInterface());
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
vpx_codec.c | 39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) { function
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_codec.h | 292 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
|
/external/libvpx/libvpx/vpx/src/ |
vpx_codec.c | 39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) { function
|
/external/libvpx/libvpx/vpx/ |
vpx_codec.h | 283 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface);
|