OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_profile
(Results
1 - 19
of
19
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_lossless_test.cc
80
cfg_.
g_profile
= 1;
datarate_test.cc
390
cfg_.
g_profile
= 1;
/external/libvpx/libvpx/test/
resize_test.cc
459
cfg_.
g_profile
!= 1) {
460
cfg_.
g_profile
= 1;
464
cfg_.
g_profile
!= 0) {
465
cfg_.
g_profile
= 0;
vp9_lossless_test.cc
93
cfg_.
g_profile
= 1;
active_map_refresh_test.cc
107
cfg_.
g_profile
= 1;
vp9_end_to_end_test.cc
160
cfg_.
g_profile
= test_video_param_.profile;
vp9_arf_freq_test.cc
196
cfg_.
g_profile
= test_video_param_.profile;
datarate_test.cc
481
cfg_.
g_profile
= 1;
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
136
mCodecConfiguration->
g_profile
= 0;
140
mCodecConfiguration->
g_profile
= 1;
144
mCodecConfiguration->
g_profile
= 2;
148
mCodecConfiguration->
g_profile
= 3;
152
mCodecConfiguration->
g_profile
= 0;
/external/libvpx/libvpx/vpx/
vpx_encoder.h
333
unsigned int
g_profile
; /**< profile of bitstream to use */
member in struct:vpx_codec_enc_cfg
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h
296
unsigned int
g_profile
; /**< profile of bitstream to use */
member in struct:vpx_codec_enc_cfg
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
161
RANGE_CHECK_HI(cfg,
g_profile
, 3);
313
if (cfg->
g_profile
> (unsigned int)PROFILE_1) {
317
if (cfg->
g_profile
<= (unsigned int)PROFILE_1 &&
321
if (cfg->
g_profile
<= (unsigned int)PROFILE_1 &&
325
if (cfg->
g_profile
> (unsigned int)PROFILE_1 &&
345
if (ctx->cfg.
g_profile
!= (unsigned int)PROFILE_1) {
353
if (ctx->cfg.
g_profile
!= (unsigned int)PROFILE_1 &&
354
ctx->cfg.
g_profile
!= (unsigned int)PROFILE_3) {
393
oxcf->profile = cfg->
g_profile
;
[
all
...]
/external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c
274
enc_cfg->
g_profile
= 0;
278
enc_cfg->
g_profile
= 2;
282
enc_cfg->
g_profile
= 2;
[
all
...]
vpx_temporal_svc_encoder.c
585
cfg.
g_profile
= 2;
/external/libvpx/libvpx/
vpxenc.c
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
140
RANGE_CHECK_HI(cfg,
g_profile
, 3);
289
oxcf->Version = cfg.
g_profile
;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c
144
RANGE_CHECK_HI(cfg,
g_profile
, 3);
291
oxcf->Version = cfg.
g_profile
;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c
149
RANGE_CHECK_HI(cfg,
g_profile
, 3);
283
oxcf->version = cfg->
g_profile
;
[
all
...]
Completed in 428 milliseconds