/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
D | mlerrorcode.h | 24 #define CALL_N_CHECK(f) { \ argument 25 unsigned int r35uLt = f; \ 28 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \ 32 #define CALL_CHECK_N_RETURN_ERROR(f) { \ argument 33 unsigned int r35uLt = f; \ 36 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \ 42 #define CALL_CHECK_N_RETURN(f) do { \ argument 43 unsigned int r35uLt = f; \ 46 __FILE__, __LINE__, #f, MLErrorCode(r35uLt), r35uLt); \ 51 #define CALL_CHECK_N_EXIT(f) { \ argument [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | armlink_adapter.sh | 38 for f in $libs; do 41 [ -f "$d/$f" ] && infiles="$infiles $d/$f" && found=1 && break 42 [ -f "$d/lib${f}.so" ] && infiles="$infiles $d/lib${f}.so" && found=1 && break 43 [ -f "$d/lib${f}.a" ] && infiles="$infiles $d/lib${f}.a" && found=1 && break 45 [ $found -eq 0 ] && infiles="$infiles $f"
|
D | gen_msvs_vcxproj.sh | 144 local f 152 f=${file_list[i]} 157 objf=$(echo ${f%.*}.obj | sed -e 's/^[\./]\+//g' -e 's,/,_,g') 165 Include=".\\$f" 180 Include=".\\$f" 184 if [[ $f =~ avx.?\.c$ ]]; then 190 Include=".\\$f" 193 Include="$f" 194 depguid=`grep ProjectGuid "$f" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'` 200 Include=".\\$f" [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | webm_video_source.h | 24 FILE *f = reinterpret_cast<FILE *>(userdata); in nestegg_read_cb() local 26 if (fread(buffer, 1, length, f) < length) { in nestegg_read_cb() 27 if (ferror(f)) in nestegg_read_cb() 29 if (feof(f)) in nestegg_read_cb() 38 FILE *f = reinterpret_cast<FILE *>(userdata); in nestegg_seek_cb() local 50 return fseek(f, (long)offset, whence) ? -1 : 0; in nestegg_seek_cb() 56 FILE *f = reinterpret_cast<FILE *>(userdata); in nestegg_tell_cb() local 57 return ftell(f); in nestegg_tell_cb()
|
/hardware/intel/img/libdrm/ |
D | missing | 169 for f in $files; do 170 case $f in 171 *:*) touch_files="$touch_files "`echo "$f" | 173 *) touch_files="$touch_files $f.in";; 185 find . -type f -name Makefile.am -print | 187 while read f; do touch "$f"; done
|
/hardware/intel/img/libdrm/tests/ |
D | dristat.c | 155 double f; in printhuman() local 163 f = (double)value / (double)mult; in printhuman() 164 if (f < 10.0) { in printhuman() 165 printf(" %4.2f%c", f, *p); in printhuman() 170 f = (double)value / (double)mult; in printhuman() 171 if (f < 10.0) { in printhuman() 172 printf(" %4.2f%c", f, *p); in printhuman() 177 f = (double)value / (double)mult; in printhuman() 178 if (f < 10.0) { in printhuman() 179 printf(" %4.2f%c", f, *p); in printhuman()
|
/hardware/intel/img/libdrm/libdrm/nouveau/ |
D | Makefile.in | 50 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 51 *) f=$$p;; \ 289 f=$(am__strip_dir) \ 290 …veau_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdrm_nouveau_ladir)/$$f'"; \ 291 …uveau_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdrm_nouveau_ladir)/$$f"; \ 359 f=$(am__strip_dir) \ 360 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 361 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 367 f=$(am__strip_dir) \ 368 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ [all …]
|
D | nouveau_notifier.c | 73 struct drm_nouveau_gpuobj_free f; in nouveau_notifier_free() local 83 f.channel = nvchan->drm.channel; in nouveau_notifier_free() 84 f.handle = nvnotify->base.handle; in nouveau_notifier_free() 85 drmCommandWrite(nvdev->fd, DRM_NOUVEAU_GPUOBJ_FREE, &f, sizeof(f)); in nouveau_notifier_free()
|
D | nouveau_grobj.c | 100 struct drm_nouveau_gpuobj_free f; in nouveau_grobj_free() local 102 f.channel = chan->drm.channel; in nouveau_grobj_free() 103 f.handle = nvgrobj->base.handle; in nouveau_grobj_free() 105 &f, sizeof(f)); in nouveau_grobj_free()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | resize_util.c | 47 int f, frames; in main() local 101 f = 0; in main() 102 while (f < frames) { in main() 111 f++; in main() 113 printf("%d frames processed\n", f); in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
D | ftfy.sh | 32 for f; do 33 case "$f" in 35 "${dirname_self}"/vpx-astyle.sh "$f" 123 for f in $(git diff HEAD^ --name-only -M90 --diff-filter=AM); do 124 case "$f" in 128 vpx_style "$f"
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.h | 167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 168 w(wi), h(he), format(f), size(0) {} in Whf() 169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 170 w(wi), h(he), format(f), size(s) {} in Whf() 330 PipeArgs(eMdpFlags f, Whf _whf, 333 mdpFlags(f), in mdpFlags() 357 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument 358 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags() 361 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument 362 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | tokenize.c | 432 FILE *const f = fopen("context.c", "w"); in print_context_counters() local 434 fprintf(f, "#include \"entropy.h\"\n"); in print_context_counters() 436 fprintf(f, "\n/* *** GENERATED FILE: DO NOT EDIT *** */\n\n"); in print_context_counters() 438 …fprintf(f, "int Contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS];\n\n"… in print_context_counters() 440 …fprintf(f, "const int default_contexts[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY… in print_context_counters() 448 fprintf(f, "%s\n { /* block Type %d */", Comma(type), type); in print_context_counters() 454 fprintf(f, "%s\n { /* Coeff Band %d */", Comma(band), band); in print_context_counters() 460 fprintf(f, "%s\n {", Comma(pt)); in print_context_counters() 470 fprintf(f, "%s %d", Comma(t), y); in print_context_counters() 475 fprintf(f, "}"); in print_context_counters() [all …]
|
D | temporal_filter.c | 241 YV12_BUFFER_CONFIG *f = cpi->frames[alt_ref_index]; in vp8_temporal_filter_iterate_c() local 332 (f->y_buffer + mb_y_offset, in vp8_temporal_filter_iterate_c() 333 f->y_stride, in vp8_temporal_filter_iterate_c() 342 (f->u_buffer + mb_uv_offset, in vp8_temporal_filter_iterate_c() 343 f->uv_stride, in vp8_temporal_filter_iterate_c() 352 (f->v_buffer + mb_uv_offset, in vp8_temporal_filter_iterate_c() 353 f->uv_stride, in vp8_temporal_filter_iterate_c() 417 mb_y_offset += 16*(f->y_stride-mb_cols); in vp8_temporal_filter_iterate_c() 418 mb_uv_offset += 8*(f->uv_stride-mb_cols); in vp8_temporal_filter_iterate_c()
|
D | encodemv.c | 75 FILE *f = fopen("maxmv.stt", "a"); in vp8_encode_motion_vector() 77 fprintf(f, "New Mv Row Max %6d\n", (mv->row >> 1)); in vp8_encode_motion_vector() 80 fprintf(f, "MV Row conversion error %6d\n", abs(mv->row) / 2); in vp8_encode_motion_vector() 82 fclose(f); in vp8_encode_motion_vector() 87 FILE *f = fopen("maxmv.stt", "a"); in vp8_encode_motion_vector() 88 fprintf(f, "New Mv Col Max %6d\n", (mv->col >> 1)); in vp8_encode_motion_vector() 90 fclose(f); in vp8_encode_motion_vector()
|
D | bitstream.c | 795 FILE* f = fopen("enc_tree_probs.txt", "a"); 796 fprintf(f, "{\n"); 799 fprintf(f, " {\n"); 802 fprintf(f, " {\n"); 805 fprintf(f, " {"); 808 fprintf(f, "%3u, ", 811 fprintf(f, " }\n"); 813 fprintf(f, " }\n"); 815 fprintf(f, " }\n"); 817 fprintf(f, "}\n"); [all …]
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
D | Makefile.in | 73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 74 *) f=$$p;; \ 298 f=$(am__strip_dir) \ 299 …adeon_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdrm_radeon_ladir)/$$f'"; \ 300 …radeon_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdrm_radeon_ladir)/$$f"; \ 365 f=$(am__strip_dir) \ 366 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 367 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 373 f=$(am__strip_dir) \ 374 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ [all …]
|
/hardware/qcom/display/msm8974/liboverlay/ |
D | overlayUtils.h | 194 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 195 w(wi), h(he), format(f), size(0) {} in Whf() 196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 197 w(wi), h(he), format(f), size(s) {} in Whf() 354 PipeArgs(eMdpFlags f, Whf _whf, in PipeArgs() 357 mdpFlags(f), in PipeArgs() 381 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument 382 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags() 385 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument 386 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags() [all …]
|
/hardware/intel/common/libva/test/encode/ |
D | avcenc.c | 1375 static void encode_pb_pictures(FILE *yuv_fp, FILE *avc_fp, int f, int nbframes, int next_f) in encode_pb_pictures() argument 1379 enc_frame_number, f + nbframes, in encode_pb_pictures() 1381 SLICE_TYPE_P, 1, f); in encode_pb_pictures() 1385 enc_frame_number + 1, f + i, in encode_pb_pictures() 1387 SLICE_TYPE_B, 1, f + i + 1); in encode_pb_pictures() 1391 enc_frame_number + 1, f + nbframes - 1, in encode_pb_pictures() 1552 int f; in main() local 1642 for ( f = 0; f < frame_number; ) { //picture level loop in main() 1650 encode_picture(yuv_fp, avc_fp,enc_frame_number, f, f==0, SLICE_TYPE_I, 0, f+1); in main() 1651 f++; in main() [all …]
|
/hardware/intel/common/libva/test/transcode/ |
D | mpeg2transcode.cpp | 2966 static void encode_pb_pictures(FILE *yuv_fp, FILE *avc_fp, int f, int nbframes, int next_f) in encode_pb_pictures() argument 2970 enc_frame_number, f + nbframes, in encode_pb_pictures() 2972 SLICE_TYPE_P, 1, f); in encode_pb_pictures() 2976 enc_frame_number + 1, f + i, in encode_pb_pictures() 2978 SLICE_TYPE_B, 1, f + i + 1); in encode_pb_pictures() 2982 enc_frame_number + 1, f + nbframes - 1, in encode_pb_pictures() 3206 int f; in encode_file() local 3231 for ( int f = 0; f < frame_number; ) { //picture level loop in encode_file() local 3239 encode_picture(yuv_fp, avc_fp,enc_frame_number, f, f==0, SLICE_TYPE_I, 0, f+1); in encode_file() 3240 f++; in encode_file() [all …]
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayUtils.h | 198 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 199 w(wi), h(he), format(f), size(0) {} in Whf() 200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 201 w(wi), h(he), format(f), size(s) {} in Whf() 361 PipeArgs(eMdpFlags f, Whf _whf, 364 mdpFlags(f), in mdpFlags() 388 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument 389 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags() 392 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument 393 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags() [all …]
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayUtils.h | 194 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() 195 w(wi), h(he), format(f), size(0) {} in Whf() 196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() 197 w(wi), h(he), format(f), size(s) {} in Whf() 353 PipeArgs(eMdpFlags f, Whf _whf, in PipeArgs() 356 mdpFlags(f), in PipeArgs() 380 inline void setMdpFlags(eMdpFlags& f, eMdpFlags v) { in setMdpFlags() argument 381 f = static_cast<eMdpFlags>(setBit(f, v)); in setMdpFlags() 384 inline void clearMdpFlags(eMdpFlags& f, eMdpFlags v) { in clearMdpFlags() argument 385 f = static_cast<eMdpFlags>(clrBit(f, v)); in clearMdpFlags()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/ |
D | macros.h | 23 #define structof(p,t,f) ((t*)(- (ptrdiff_t) offsetof(t,f) + (char*)(p))) argument
|
/hardware/intel/img/libdrm/libdrm/ |
D | Makefile.in | 68 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 69 *) f=$$p;; \ 303 f=$(am__strip_dir) \ 304 …all $(libdrm_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdrm_ladir)/$$f'"; \ 305 …tall $(libdrm_laLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdrm_ladir)/$$f"; \ 371 f=$(am__strip_dir) \ 372 echo " $(libdrmincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libdrmincludedir)/$$f'"; \ 373 $(libdrmincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libdrmincludedir)/$$f"; \ 379 f=$(am__strip_dir) \ 380 echo " rm -f '$(DESTDIR)$(libdrmincludedir)/$$f'"; \ [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_debugmodes.c | 16 static void log_frame_info(VP9_COMMON *cm, const char *str, FILE *f) { in log_frame_info() argument 17 fprintf(f, "%s", str); in log_frame_info() 18 fprintf(f, "(Frame %d, Show:%d, Q:%d): \n", cm->current_video_frame, in log_frame_info()
|