OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_enc_init
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_encoder.h
654
* should call the
vpx_codec_enc_init
convenience macro instead of this
688
#define
vpx_codec_enc_init
(ctx, iface, cfg, flags) \
macro
[
all
...]
/external/libvpx/libvpx/test/
encode_test_driver.cc
47
res =
vpx_codec_enc_init
(&encoder_, &vpx_codec_vp8_cx_algo, &cfg_,
/external/libvpx/libvpx/
vp8_scalable_patterns.c
625
if (
vpx_codec_enc_init
(&codec, interface, &cfg, 0))
vpxenc.c
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
232
codec_return =
vpx_codec_enc_init
(mCodecContext,
Completed in 62 milliseconds