/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
D | rtcd.pl | 67 my $fn=$_[0]; 70 eval "\$${fn}_${opt}=${fn}_${opt}"; 75 my $fn = splice(@_, -2, 1); 76 $ALL_FUNCS{$fn} = \@_; 77 specialize $fn, "c"; 81 foreach my $fn (keys %ALL_FUNCS) { 83 my $ofn = eval "\$${fn}_${opt}"; 88 my $best = eval "\$${fn}_default"; 95 eval "\$${fn}_default=${fn}_${opt}"; 96 eval "\$${fn}_${opt}_link='true'"; [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_wrapper_sse2.c | 45 build_intra_predictors_mbuv_fn_t fn; in vp8_build_intra_predictors_mbuv_x86() local 48 case V_PRED: fn = vp8_intra_pred_uv_ve_mmx; break; in vp8_build_intra_predictors_mbuv_x86() 49 case H_PRED: fn = ho_func; break; in vp8_build_intra_predictors_mbuv_x86() 50 case TM_PRED: fn = tm_func; break; in vp8_build_intra_predictors_mbuv_x86() 54 fn = vp8_intra_pred_uv_dc_mmx2; break; in vp8_build_intra_predictors_mbuv_x86() 56 fn = vp8_intra_pred_uv_dctop_mmx2; break; in vp8_build_intra_predictors_mbuv_x86() 59 fn = vp8_intra_pred_uv_dcleft_mmx2; break; in vp8_build_intra_predictors_mbuv_x86() 61 fn = vp8_intra_pred_uv_dc128_mmx; break; in vp8_build_intra_predictors_mbuv_x86() 67 fn(dst_u, dst_stride, uabove_row, uleft, left_stride); in vp8_build_intra_predictors_mbuv_x86() 68 fn(dst_v, dst_stride, vabove_row, vleft, left_stride); in vp8_build_intra_predictors_mbuv_x86() [all …]
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 240 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) { in init_wifi_vendor_hal_func_table() argument 241 if (fn == NULL) { in init_wifi_vendor_hal_func_table() 245 fn->wifi_initialize = wifi_initialize; in init_wifi_vendor_hal_func_table() 246 fn->wifi_cleanup = wifi_cleanup; in init_wifi_vendor_hal_func_table() 247 fn->wifi_event_loop = wifi_event_loop; in init_wifi_vendor_hal_func_table() 248 fn->wifi_get_supported_feature_set = wifi_get_supported_feature_set; in init_wifi_vendor_hal_func_table() 249 fn->wifi_get_concurrency_matrix = wifi_get_concurrency_matrix; in init_wifi_vendor_hal_func_table() 250 fn->wifi_set_scanning_mac_oui = wifi_set_scanning_mac_oui; in init_wifi_vendor_hal_func_table() 251 fn->wifi_get_ifaces = wifi_get_ifaces; in init_wifi_vendor_hal_func_table() 252 fn->wifi_get_iface_name = wifi_get_iface_name; in init_wifi_vendor_hal_func_table() [all …]
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | wifi_hal.cpp | 114 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn) in init_wifi_vendor_hal_func_table() argument 116 if (fn == NULL) { in init_wifi_vendor_hal_func_table() 119 fn->wifi_initialize = wifi_initialize; in init_wifi_vendor_hal_func_table() 120 fn->wifi_cleanup = wifi_cleanup; in init_wifi_vendor_hal_func_table() 121 fn->wifi_event_loop = wifi_event_loop; in init_wifi_vendor_hal_func_table() 122 fn->wifi_get_supported_feature_set = wifi_get_supported_feature_set; in init_wifi_vendor_hal_func_table() 123 fn->wifi_get_concurrency_matrix = wifi_get_concurrency_matrix; in init_wifi_vendor_hal_func_table() 124 fn->wifi_set_scanning_mac_oui = wifi_set_scanning_mac_oui; in init_wifi_vendor_hal_func_table() 125 fn->wifi_get_ifaces = wifi_get_ifaces; in init_wifi_vendor_hal_func_table() 126 fn->wifi_get_iface_name = wifi_get_iface_name; in init_wifi_vendor_hal_func_table() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | mem_ops.h | 50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T) argument 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) argument 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ argument
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | aplay.c | 472 int play_raw(const char *fg, int rate, int ch, const char *device, const char *fn) in play_raw() argument 477 if(!fn) { in play_raw() 481 fd = open(fn, O_RDONLY); in play_raw() 483 fprintf(stderr, "Aplay:aplay: cannot open '%s'\n", fn); in play_raw() 494 fn, get_format_desc(format), ch ); in play_raw() 498 int play_wav(const char *fg, int rate, int ch, const char *device, const char *fn) in play_wav() argument 505 if(!fn) { in play_wav() 509 fd = open(fn, O_RDONLY); in play_wav() 511 fprintf(stderr, "Aplay:aplay: cannot open '%s'\n", fn); in play_wav() 530 fprintf(stderr, "Aplay:aplay: '%s' is not a riff/wave file\n", fn); in play_wav() [all …]
|
D | arec.c | 388 const char *fn) in rec_raw() argument 395 if (!fn) { in rec_raw() 399 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); in rec_raw() 401 fprintf(stderr, "Arec:arec: cannot open '%s'\n", fn); in rec_raw() 424 int rec_wav(const char *fg, const char *device, int rate, int ch, const char *fn) in rec_wav() argument 432 if (!fn) { in rec_wav() 436 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664); in rec_wav() 438 fprintf(stderr, "Arec:arec: cannot open '%s'\n", fn); in rec_wav()
|
/hardware/qcom/audio/hal/ |
D | platform_info.c | 309 section_process_fn fn = section_table[section]; in start_tag() local 310 fn(attr); in start_tag() 317 section_process_fn fn = section_table[PCM_ID]; in start_tag() local 318 fn(attr); in start_tag() 325 section_process_fn fn = section_table[section]; in start_tag() local 326 fn(attr); in start_tag()
|
/hardware/ti/omap4xxx/test/CameraHal/ |
D | camera_test_menu.cpp | 456 char fn[256]; in my_raw_callback() local 466 fn[0] = 0; in my_raw_callback() 467 sprintf(fn, "/sdcard/img%03d.raw", counter); in my_raw_callback() 468 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777); in my_raw_callback() 484 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno)); in my_raw_callback() 488 __FUNCTION__, (int)buff, size, fn); in my_raw_callback() 503 char fn[256]; in saveFile() local 510 fn[0] = 0; in saveFile() 511 sprintf(fn, "/sdcard/preview%03d.yuv", counter); in saveFile() 512 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777); in saveFile() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_codec.c | 123 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) { in vpx_codec_control_() 128 res = entry->fn(ctx->priv->alg_priv, ctrl_id, ap); in vpx_codec_control_()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 628 char fn[256]; in handleBuffer() local 667 fn[0] = 0; in handleBuffer() 668 sprintf(fn, "/sdcard/img%03d.raw", count); in handleBuffer() 669 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777); in handleBuffer() 678 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno)); in handleBuffer() 682 __FUNCTION__, (int)buffer, size, fn, in handleBuffer() 688 printf("error opening or creating %s\n", fn); in handleBuffer()
|
D | camera_test_menu.cpp | 563 char fn[384]; in my_raw_callback() local 575 fn[0] = 0; in my_raw_callback() 576 sprintf(fn, "%s/img%03d.raw", images_dir_path, counter); in my_raw_callback() 577 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777); in my_raw_callback() 593 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno)); in my_raw_callback() 597 __FUNCTION__, (int)buff, size, fn); in my_raw_callback() 612 char fn[384]; in saveFile() local 619 fn[0] = 0; in saveFile() 620 sprintf(fn, "%s/preview%03d.yuv", images_dir_path, counter); in saveFile() 621 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777); in saveFile() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 488 char *fn = NULL; in main_loop() local 644 fn = argv[0]; in main_loop() 646 if (!fn) in main_loop() 650 infile = strcmp(fn, "-") ? fopen(fn, "rb") : set_binary_mode(stdin); in main_loop() 653 fprintf(stderr, "Failed to open file '%s'", strcmp(fn, "-") ? fn : "stdin"); in main_loop()
|
D | vpxenc.c | 1140 const char *fn = stream->config.out_fn; in open_output_file() local 1146 stream->file = strcmp(fn, "-") ? fopen(fn, "wb") : set_binary_mode(stdout); in open_output_file()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 341 pktq_pdeq_with_fn(struct pktq *pq, int prec, ifpkt_cb_t fn, int arg) in pktq_pdeq_with_fn() argument 352 if (fn == NULL || (*fn)(p, arg)) { in pktq_pdeq_with_fn() 408 pktq_pflush(osl_t *osh, struct pktq *pq, int prec, bool dir, ifpkt_cb_t fn, int arg) in pktq_pflush() argument 416 if (fn == NULL || (*fn)(p, arg)) { in pktq_pflush() 608 pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg) in pktq_flush() argument 620 pktq_pflush(osh, pq, prec, dir, fn, arg); in pktq_flush() 621 if (fn == NULL) in pktq_flush()
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 1102 char fn[256]; in saveFile() local 1110 sprintf(fn, "/data/misc/camera/raw/nv12_dump_%03d.yuv", counter); in saveFile() 1111 CAMHAL_LOGEB("Dumping nv12 frame to a file : %s.", fn); in saveFile() 1113 fd = open(fn, O_CREAT | O_WRONLY | O_SYNC | O_TRUNC, 0777); in saveFile() 1115 CAMHAL_LOGE("Unable to open file %s: %s", fn, strerror(fd)); in saveFile()
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_common.c | 145 return v1->value.fn == v2->value.fn; in va_value_equals()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.cpp | 394 const char *fn = "/data/RecordPcm.pcm"; in RecordingThreadEntry() local 395 filed = open(fn, O_WRONLY | O_CREAT | O_TRUNC | O_APPEND, 0664); in RecordingThreadEntry() 784 const char *fn = "/data/test.pcm"; in PlaybackThreadEntry() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 174 vpx_codec_control_fn_t fn; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 301 extern void *pktq_pdeq_with_fn(struct pktq *pq, int prec, ifpkt_cb_t fn, int arg); 305 ifpkt_cb_t fn, int arg); 338 extern void pktq_flush(osl_t *osh, struct pktq *pq, bool dir, ifpkt_cb_t fn, int arg);
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.c | 354 const gchar* fn = NULL; in mix_audio_initialize_default() local 355 fn = g_getenv("MIX_AUDIO_OUTPUT"); in mix_audio_initialize_default() 356 if (fn) in mix_audio_initialize_default() 357 mix->fileDescriptor = open(fn, O_RDWR|O_CREAT, S_IRUSR|S_IWUSR); in mix_audio_initialize_default() 374 g_debug("Opening %s as output data file.\n", fn); in mix_audio_initialize_default()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | wifi_hal.h | 261 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn *fn);
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 458 FrameProvider(FrameNotifier *fn, void* cookie, frame_callback frameCallback) in FrameProvider() argument 459 :mFrameNotifier(fn), mCookie(cookie),mFrameCallback(frameCallback) { } in FrameProvider()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 585 FrameProvider(FrameNotifier *fn, void* cookie, frame_callback frameCallback) in FrameProvider() argument 586 :mFrameNotifier(fn), mCookie(cookie),mFrameCallback(frameCallback) { } in FrameProvider()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 596 char fn[256]; in saveFile() local 600 fn[0] = 0; in saveFile() 601 sprintf(fn, "/preview%03d.yuv", counter); in saveFile() 602 fd = open(fn, O_CREAT | O_WRONLY | O_SYNC | O_TRUNC, 0777); in saveFile() 604 ALOGE("Unable to open file %s: %s", fn, strerror(fd)); in saveFile()
|