Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 21 of 21) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_trace.c14 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()
Dvbp_trace.h23 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/
DVideoDecoderTrace.cpp23 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()
DVideoDecoderTrace.h33 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/
Dversion.sh61 cat<<EOF>$$.tmp
72 diff $$.tmp ${out_file} >/dev/null 2>&1 || cat $$.tmp > ${out_file}
74 cat $$.tmp
Dgen_msvs_sln.sh19 cat <<EOF
193 cat <<EOF
218 cat <<EOF
316 cat >${outfile} <<EOF
Dconfigure.sh44 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 …]
Dgen_msvs_def.sh18 cat <<EOF
Dgen_msvs_proj.sh19 cat <<EOF
Dgen_msvs_vcxproj.sh19 cat <<EOF
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
Darmtime41 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/
Dtools_common.sh199 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/
Ddetokenize.c143 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/
Dgen_authors.sh5 cat <<EOF
Dftfy.sh6 cat <<EOF >&2
145 -n|--dry-run) cat "${FINAL_DIFF}"; show_commit_msg_diff;;
Dcpplint.py4663 sys.stderr.write(''.join(' %s\n' % cat for cat in _ERROR_CATEGORIES))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/
Dlibvpx.mk40 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/
Ddocs.mk38 @cat $^ > $@
Dconfigure21 cat << EOF
481 enabled child || cat <<EOF >> config.mk
745 cat <<EOF >> ${BUILD_PFX}vpx_config.c
/hardware/intel/bootstub/
Dbootstub.mk59 $(hide) cat $< /dev/zero | dd bs=$(BOOTSTUB_SIZE) count=1 > $@
/hardware/intel/common/libva/
Dconfigure.ac177 [cat > conftest.c <<EOF