OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODECS
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure
56
Codecs
:
57
Codecs
can be selectively enabled or disabled individually, or by family:
63
Codecs
available in this distribution:
71
for c in ${
CODECS
}; do
211
[ -d ${source_path}/vp8 ] &&
CODECS
="${
CODECS
} vp8_encoder vp8_decoder"
212
[ -d ${source_path}/vp9 ] &&
CODECS
="${
CODECS
} vp9_encoder vp9_decoder"
215
[ -f ${source_path}/../include/vpx/vp8cx.h ] &&
CODECS
="${
CODECS
} vp8_encoder
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/
configure
62
Codecs
:
63
Codecs
can be selectively enabled or disabled individually, or by family:
69
Codecs
available in this distribution:
77
for c in ${
CODECS
}; do
222
[ -d "${source_path}/vp8" ] &&
CODECS
="${
CODECS
} vp8_encoder vp8_decoder"
223
[ -d "${source_path}/vp9" ] &&
CODECS
="${
CODECS
} vp9_encoder vp9_decoder"
226
[ -f "${source_path}/../include/vpx/vp8cx.h" ] &&
CODECS
="${
CODECS
} vp8_encoder
[
all
...]
/external/libvpx/libvpx/
configure
56
Codecs
:
57
Codecs
can be selectively enabled or disabled individually, or by family:
63
Codecs
available in this distribution:
71
for c in ${
CODECS
}; do
211
[ -d ${source_path}/vp8 ] &&
CODECS
="${
CODECS
} vp8_encoder vp8_decoder"
212
[ -d ${source_path}/vp9 ] &&
CODECS
="${
CODECS
} vp9_encoder vp9_decoder"
215
[ -f ${source_path}/../include/vpx/vp8cx.h ] &&
CODECS
="${
CODECS
} vp8_encoder
[
all
...]
Completed in 387 milliseconds