OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CODEC_FAMILIES
(Results
1 - 3
of
3
) 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/chromium_org/third_party/libvpx/source/libvpx/
configure
239
CODEC_FAMILIES
="$(for c in ${CODECS}; do echo ${c%_*}; done | sort | uniq)"
317
${
CODEC_FAMILIES
}
378
${
CODEC_FAMILIES
}
474
for cf in $
CODEC_FAMILIES
; do
/external/libvpx/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
Completed in 146 milliseconds