OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_usage
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
51
}
END_USAGE
;
109
int
end_usage
; // vbr or cbr
member in struct:__anon23076
/external/libvpx/libvpx/vp8/encoder/
ratectrl.c
762
if ((cpi->oxcf.
end_usage
== USAGE_STREAM_FROM_SERVER) &&
799
if (cpi->oxcf.
end_usage
== USAGE_STREAM_FROM_SERVER)
864
if ((cpi->oxcf.
end_usage
== USAGE_STREAM_FROM_SERVER)
[
all
...]
firstpass.c
355
if (cpi->oxcf.
end_usage
== USAGE_STREAM_FROM_SERVER)
[
all
...]
onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp8/common/
onyx.h
46
}
END_USAGE
;
153
int
end_usage
; /* vbr or cbr */
member in struct:__anon23008
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
331
oxcf->
end_usage
= USAGE_LOCAL_FILE_PLAYBACK;
333
oxcf->
end_usage
= USAGE_STREAM_FROM_SERVER;
335
oxcf->
end_usage
= USAGE_CONSTRAINED_QUALITY;
337
oxcf->
end_usage
= USAGE_CONSTANT_QUALITY;
420
printf("
end_usage
: %d\n", oxcf->
end_usage
);
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c
[
all
...]
vp9_ratectrl.c
472
if (cpi->oxcf.
end_usage
== USAGE_CONSTRAINED_QUALITY) {
vp9_firstpass.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
279
oxcf->
end_usage
= USAGE_LOCAL_FILE_PLAYBACK;
282
oxcf->
end_usage
= USAGE_CONSTRAINED_QUALITY;
285
oxcf->
end_usage
= USAGE_CONSTANT_QUALITY;
348
printf("
end_usage
: %d\n", oxcf->
end_usage
);
[
all
...]
/external/libvpx/libvpx/
vpxenc.c
1052
static const arg_def_t
end_usage
= ARG_DEF_ENUM(NULL, "end-usage", 1,
variable
[
all
...]
Completed in 94 milliseconds