OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_codec_enc_config_set
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_encoder.h
773
vpx_codec_err_t
vpx_codec_enc_config_set
(vpx_codec_ctx_t *ctx,
[
all
...]
/external/libvpx/libvpx/test/
encode_test_driver.cc
57
res =
vpx_codec_enc_config_set
(&encoder_, &cfg_);
/external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc
334
if (
vpx_codec_enc_config_set
(encoder_, config_.get())) {
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
364
vpx_codec_err_t
vpx_codec_enc_config_set
(vpx_codec_ctx_t *ctx,
function
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
801
vpx_codec_err_t res =
vpx_codec_enc_config_set
(mCodecContext,
Completed in 402 milliseconds