Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 59) sorted by relevance

123

/hardware/intel/img/psb_video/fw/topazsc/
Dtopazsc_bin.c61 #define FW_MASTER_INFO(codec,prefix) \ argument
65 ui32##prefix##_MasterMTXTOPAZFWTextSize,\
66 ui32##prefix##_MasterMTXTOPAZFWDataSize,\
67 ui32##prefix##_MasterMTXTOPAZFWDataOrigin\
69 aui32##prefix##_MasterMTXTOPAZFWText, aui32##prefix##_MasterMTXTOPAZFWData \
72 #define FW_SLAVE_INFO(codec,prefix) \ argument
76 ui32##prefix##_SlaveMTXTOPAZFWTextSize,\
77 ui32##prefix##_SlaveMTXTOPAZFWDataSize,\
78 ui32##prefix##_SlaveMTXTOPAZFWDataOrigin\
80 aui32##prefix##_SlaveMTXTOPAZFWText, aui32##prefix##_SlaveMTXTOPAZFWData \
/hardware/ril/reference-ril/
Dmisc.c19 int strStartsWith(const char *line, const char *prefix) in strStartsWith() argument
21 for ( ; *line != '\0' && *prefix != '\0' ; line++, prefix++) { in strStartsWith()
22 if (*line != *prefix) { in strStartsWith()
27 return *prefix == '\0'; in strStartsWith()
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
DLogDumpHelper.h97 static void DumpBuffer(const char* prefix, const uint8_t* start, uint32_t size) in DumpBuffer() argument
105 if (prefix == NULL) in DumpBuffer()
107 prefix = "" ; in DumpBuffer()
115 LOGV("%s: ptr=%p, size=%u, data=%s" DUMP_EOL, prefix, start, size, str) ; in DumpBuffer()
195 static void DumpBuffer2(const char* prefix, const uint8_t* start, uint32_t size) in DumpBuffer2() argument
203 if (prefix == NULL) in DumpBuffer2()
205 prefix = "" ; in DumpBuffer2()
213 LOGV("%s%s" DUMP_EOL, prefix, str) ; in DumpBuffer2()
217 static void DumpProtectedDataBuffer(const char* prefix, ProtectedDataBuffer* buf) in DumpProtectedDataBuffer() argument
225 if (prefix == NULL) { prefix = "" ; } in DumpProtectedDataBuffer()
[all …]
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp330 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
336 prefix, ov.id, ov.z_order, ov.alpha, in getDump()
344 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
349 prefix, ov.width, ov.height, ov.format, in getDump()
354 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
359 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
363 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
368 prefix, ov.id); in getDump()
373 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
378 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()
[all …]
/hardware/qcom/display/msm8960/liboverlay/
DoverlayUtils.cpp329 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
334 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
342 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
347 prefix, ov.width, ov.height, ov.format, in getDump()
352 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
357 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
361 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
366 prefix, ov.id); in getDump()
371 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
376 prefix, ov.offset, ov.memory_id, ov.id, ov.flags, in getDump()
[all …]
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp337 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
343 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
351 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
356 prefix, ov.width, ov.height, ov.format, in getDump()
361 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
366 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
370 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
375 prefix, ov.id); in getDump()
380 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
385 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()
[all …]
/hardware/qcom/display/msm8084/liboverlay/
DoverlayUtils.cpp406 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
412 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
420 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
425 prefix, ov.width, ov.height, ov.format, in getDump()
430 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
435 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
439 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
444 prefix, ov.id); in getDump()
449 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
454 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()
[all …]
/hardware/qcom/display/msm8974/liboverlay/
DoverlayUtils.cpp396 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
402 prefix, ov.id, ov.z_order, ov.is_fg, ov.alpha, in getDump()
410 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
415 prefix, ov.width, ov.height, ov.format, in getDump()
420 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
425 prefix, ov.x, ov.y, ov.w, ov.h); in getDump()
429 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
434 prefix, ov.id); in getDump()
439 void getDump(char *buf, size_t len, const char *prefix, in getDump() argument
444 prefix, ov.offset, ov.memory_id, ov.id, ov.flags); in getDump()
[all …]
/hardware/intel/img/psb_video/fw/topazhp/
Dtopazhp_bin.c74 #define FW_MASTER_INFO(codec,prefix) \ argument
78 ui32##prefix##_MasterMTXTOPAZFWTextSize,\
79 ui32##prefix##_MasterMTXTOPAZFWDataSize,\
80 ui32##prefix##_MasterMTXTOPAZFWDataOrigin\
82 aui32##prefix##_MasterMTXTOPAZFWText, aui32##prefix##_MasterMTXTOPAZFWData \
85 #define FW_SLAVE_INFO(codec,prefix) \ argument
89 ui32##prefix##_SlaveMTXTOPAZFWTextSize,\
90 ui32##prefix##_SlaveMTXTOPAZFWDataSize,\
91 ui32##prefix##_SlaveMTXTOPAZFWDataOrigin\
93 aui32##prefix##_SlaveMTXTOPAZFWText, aui32##prefix##_SlaveMTXTOPAZFWData \
/hardware/intel/common/libwsbm/
Dlibwsbm.pc.in1 prefix=@prefix@ var
/hardware/intel/common/libmix/mix_vbp/
Dmixvbp.pc.in1 prefix=@prefix@ var
/hardware/intel/common/libva/pkgconfig/
Dlibva.pc.in1 prefix=@prefix@ var
Dlibva-tpi.pc.in1 prefix=@prefix@ var
Dlibva-drm.pc.in1 prefix=@prefix@ var
Dlibva-egl.pc.in1 prefix=@prefix@ var
Dlibva-x11.pc.in1 prefix=@prefix@ var
Dlibva-glx.pc.in1 prefix=@prefix@ var
Dlibva-wayland.pc.in1 prefix=@prefix@ var
/hardware/intel/common/libmix/mix_audio/pkgconfig/
Dmixaudio.pc.in1 prefix=@prefix@ var
/hardware/intel/img/psb_video/debian/
Drules42 …ST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=…
/hardware/intel/common/libmix/mix_video/
Dmixvideo.pc.in1 prefix=@prefix@ var
Dmixvideoint.pc.in1 prefix=@prefix@ var
/hardware/intel/common/libmix/mix_common/
Dmixcommon.pc.in1 prefix=@prefix@ var
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh553 --prefix=*)
554 prefix="${optval}"
563 --libc|--as|--prefix|--libdir|--sdk-path)
586 prefix="${prefix:-/usr/local}"
587 prefix="${prefix%/}"
588 libdir="${libdir:-${prefix}/lib}"
590 if [ "${libdir#${prefix}}" = "${libdir}" ]; then
591 die "Libdir ${libdir} must be a subdirectory of ${prefix}"
1272 local prefix=$1
1278 echo "${prefix}_${upname}=yes" >> $makefile
[all …]
/hardware/qcom/gps/
Dloc-api.pc.in1 prefix=@prefix@ var

123