/external/chromium_org/third_party/libvpx/source/libvpx/vpx/ |
vpx_encoder.h | 767 * Applications should call the vpx_codec_enc_init_multi convenience macro 797 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro [all...] |
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 704 * Applications should call the vpx_codec_enc_init_multi convenience macro 738 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
vpx_encoder.h | 704 * Applications should call the vpx_codec_enc_init_multi convenience macro 738 #define vpx_codec_enc_init_multi(ctx, iface, cfg, num_enc, flags, dsf) \ macro [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 189 if (vpx_codec_enc_init_multi(&codec[0], encoder->codec_interface(), &cfg[0],
|
/external/libvpx/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 328 if(vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp8_multi_resolution_encoder.c | 328 if(vpx_codec_enc_init_multi(&codec[0], interface, &cfg[0], NUM_ENCODERS,
|