/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_trace.c | 14 void vbp_trace_util(const char* cat, const char* fun, int line, const char* format, ...) in vbp_trace_util() argument 16 if (NULL == cat || NULL == fun || NULL == format) in vbp_trace_util() 19 printf("%s %s(#%d): ", cat, fun, line); in vbp_trace_util()
|
D | vbp_trace.h | 23 extern void vbp_trace_util(const char* cat, const char* fun, int line, const char* format, ...); 25 #define VBP_TRACE_UTIL(cat, format, ...) \ argument 26 vbp_trace_util(cat, __FUNCTION__, __LINE__, format, ##__VA_ARGS__)
|
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderTrace.cpp | 23 void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...) in TraceVideoDecoder() argument 25 if (NULL == cat || NULL == fun || NULL == format) in TraceVideoDecoder() 28 printf("%s %s(#%d): ", cat, fun, line); in TraceVideoDecoder()
|
D | VideoDecoderTrace.h | 33 extern void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...); 34 #define VIDEO_DECODER_TRACE(cat, format, ...) \ argument 35 TraceVideoDecoder(cat, __FUNCTION__, __LINE__, format, ##__VA_ARGS__)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | version.sh | 61 cat<<EOF>$$.tmp 72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file} 74 cat $$.tmp
|
D | gen_msvs_sln.sh | 19 cat <<EOF 193 cat <<EOF 218 cat <<EOF 316 cat >${outfile} <<EOF
|
D | configure.sh | 44 cat -n $1 >>$logfile 72 cat <<EOF 105 cat <<EOF 291 cat >${TMP_C} 298 cat >${TMP_CC} 305 cat > ${TMP_C} 369 cat >${TMP_ASM} <<EOF 428 cat >> $1 << EOF 458 if enabled rvct; then cat >> $1 << EOF 461 else cat >> $1 << EOF [all …]
|
D | gen_msvs_def.sh | 18 cat <<EOF
|
D | gen_msvs_proj.sh | 19 cat <<EOF
|
D | gen_msvs_vcxproj.sh | 19 cat <<EOF
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
D | armtime | 41 cat >$my_awk <<"AWKSCRIPT" 218 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >$my_log 225 cat /proc/uptime /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state >>$my_log 228 $debug && cat $my_log
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | tools_common.sh | 199 cat "${input}" | "${decoder}" - --summary --noblit "$@" > /dev/null 2>&1 253 cat "${input}" \ 331 cat << EOF 427 cat << EOF
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | detokenize.c | 143 const int cat = 2 * bit1 + bit0; in GetCoeffs() local 145 for (tab = kCat3456[cat]; *tab; ++tab) in GetCoeffs() 149 v += 3 + (8 << cat); in GetCoeffs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | gen_authors.sh | 5 cat <<EOF
|
D | ftfy.sh | 6 cat <<EOF >&2 145 -n|--dry-run) cat "${FINAL_DIFF}"; show_commit_msg_diff;;
|
D | cpplint.py | 4663 sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
D | libvpx.mk | 40 libvpx_codec_srcs := $(shell cat $(libvpx_config_dir)/libvpx_srcs.txt) 118 $(VPX_GEN) : PRIVATE_CUSTOM_TOOL = cat $< | perl $(PRIVATE_SOURCE_DIR)/build/make/ads2gas.pl > $@
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | docs.mk | 38 @cat $^ > $@
|
D | configure | 21 cat << EOF 481 enabled child || cat <<EOF >> config.mk 745 cat <<EOF >> ${BUILD_PFX}vpx_config.c
|
/hardware/intel/bootstub/ |
D | bootstub.mk | 59 $(hide) cat $< /dev/zero | dd bs=$(BOOTSTUB_SIZE) count=1 > $@
|
/hardware/intel/common/libva/ |
D | configure.ac | 177 [cat > conftest.c <<EOF
|