OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noblit
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/test/
vpxdec.sh
66
vpxdec "${VP8_IVF_FILE}" --summary --
noblit
72
vpxdec_pipe "${VP8_IVF_FILE}" --summary --
noblit
79
vpxdec "${VP9_WEBM_FILE}" --summary --
noblit
87
vpxdec "${VP9_FPM_WEBM_FILE}" --summary --
noblit
--threads=$threads \
101
"${VP9_LT_50_FRAMES_WEBM_FILE}" --summary --
noblit
2>&1 \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh
175
# Wrapper function for running vpxdec in
noblit
mode. Requires that
197
"${decoder}" "$input" --summary --
noblit
"$@" > /dev/null 2>&1
199
cat "${input}" | "${decoder}" - --summary --
noblit
"$@" > /dev/null 2>&1
/external/libvpx/libvpx/
vpxdec.c
63
NULL, "
noblit
", 0, "Don't process the decoded frames");
547
int frame_in = 0, frame_out = 0, flipuv = 0,
noblit
= 0;
local
630
noblit
= 1;
737
if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !
noblit
) {
764
if (!
noblit
&& single_file) {
773
if (use_y4m && !
noblit
) {
944
if (!
noblit
&& img) {
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c
56
static const arg_def_t noblitarg = ARG_DEF(NULL, "
noblit
", 0,
493
int frame_in = 0, frame_out = 0, flipuv = 0,
noblit
= 0;
local
560
noblit
= 1;
658
if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !
noblit
) {
685
if (!
noblit
&& single_file) {
694
if (use_y4m && !
noblit
) {
841
if (!
noblit
&& img) {
944
if (!
noblit
&& single_file) {
Completed in 78 milliseconds