OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODEC_FAMILIES
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure
228
CODEC_FAMILIES
="$(for c in ${CODECS}; do echo ${c%_*}; done | sort | uniq)"
301
${
CODEC_FAMILIES
}
357
${
CODEC_FAMILIES
}
450
for cf in $
CODEC_FAMILIES
; do
/external/libvpx/libvpx/
configure
223
CODEC_FAMILIES
="
297
${
CODEC_FAMILIES
}
359
${
CODEC_FAMILIES
}
439
for cf in $
CODEC_FAMILIES
; do
Completed in 104 milliseconds