Searched refs:file (Results 26 - 50 of 290) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxstats.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
28 FILE *file; member in struct:__anon671
H A Dtools_common.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
50 /* Use 32-bit file operations in WebM file format when building ARM
92 FILE *file; member in struct:VpxInputContext
120 /* The tool including this file must define usage_exit() */
144 void vpx_img_write(const vpx_image_t *img, FILE *file);
145 int vpx_img_read(vpx_image_t *img, FILE *file);
H A Divfdec.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
44 if (fread(raw_hdr, 1, 32, input_ctx->file) == 32) {
49 fprintf(stderr, "Error: Unrecognized IVF version! This file may not"
64 rewind(input_ctx->file);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_sln.sh6 ## that can be found in the LICENSE file in the root of the source
8 ## in the file PATENTS. All contributing project authors may
9 ## be found in the AUTHORS file in the root of the source tree.
22 This script generates a Visual Studio 2005 solution file from a list of project
27 --out=outfile Redirect output to a file
57 local file=$1
59 local name=`grep Name "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
60 local guid=`grep ProjectGUID "$file" | awk 'BEGIN {FS="\""}{if (NR==1) print $2}'`
62 local name=`grep RootNamespace "$file" | sed 's,.*<.*>\(.*\)</.*>.*,\1,'`
63 local guid=`grep ProjectGuid "$file" | se
[all...]
H A Dgen_msvs_def.sh6 ## that can be found in the LICENSE file in the root of the source
8 ## in the file PATENTS. All contributing project authors may
9 ## be found in the AUTHORS file in the root of the source tree.
21 This script generates a MSVC module definition file containing a list of symbols
32 --out=filename Write output to a file [stdout]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
30 char *file; member in struct:mem_block
65 char * file, unsigned int line)
68 file - the file addr was referenced from
69 line - the line in file addr was referenced from
70 Adds memory address addr, it's size, file and line it came from
74 char *file, unsigne
[all...]
/hardware/intel/img/libdrm/libdrm/radeon/
H A Dradeon_bo.h87 const char *file,
92 op, bo, bo->handle, bo->size, bo->cref, file, func, line);
101 const char *file,
111 radeon_track_add_event(bo->track, file, func, "open", line);
118 const char *file,
124 radeon_track_add_event(bo->track, file, func, "ref", line);
130 const char *file,
136 radeon_track_add_event(bo->track, file, func, "unref", line);
147 const char *file,
155 const char *file,
85 _radeon_bo_debug(struct radeon_bo *bo, const char *op, const char *file, const char *func, int line) argument
95 _radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, uint32_t alignment, uint32_t domains, uint32_t flags, const char *file, const char *func, int line) argument
117 _radeon_bo_ref(struct radeon_bo *bo, const char *file, const char *func, int line) argument
129 _radeon_bo_unref(struct radeon_bo *bo, const char *file, const char *func, int line) argument
145 _radeon_bo_map(struct radeon_bo *bo, int write, const char *file, const char *func, int line) argument
154 _radeon_bo_unmap(struct radeon_bo *bo, const char *file, const char *func, int line) argument
162 _radeon_bo_wait(struct radeon_bo *bo, const char *file, const char *func, int line) argument
170 _radeon_bo_is_busy(struct radeon_bo *bo, uint32_t *domain, const char *file, const char *func, int line) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
9 # This make file builds vpx_test app for android.
11 # The paths are really messed up as the libvpx make file
H A Dget_files.py4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
30 # A simple function which returns the sha hash of a file in hex
34 with open(filename, 'rb') as file:
35 buf = file.read(HASH_CHUNK)
38 buf = file.read(HASH_CHUNK)
43 # Downloads a file from a url, and then checks the sha against the passed
90 # Our 'csv' file uses multiple spaces as a delimiter, python's
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c14 * @file data_builder.c
69 FILE *file; member in struct:inv_data_builder_t
79 /** Change this key if the data being stored by this file changes */
85 * @param[in] file File to write to, must be open.
87 void inv_turn_on_data_logging(FILE *file) argument
90 inv_data_builder.file = file;
101 inv_data_builder.file = NULL;
196 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
197 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dplatform_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
H A Dcopy_altivec.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Demms.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c14 * @file data_builder.c
53 FILE *file; member in struct:inv_data_builder_t
66 * @param[in] file File to write to, must be open.
68 void inv_turn_on_data_logging(FILE *file) argument
71 inv_data_builder.file = file;
82 inv_data_builder.file = NULL;
250 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
251 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
252 fwrite(&sensitivity, sizeof(sensitivity), 1, inv_data_builder.file);
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c14 * @file data_builder.c
52 FILE *file; member in struct:inv_data_builder_t
65 * @param[in] file File to write to, must be open.
67 void inv_turn_on_data_logging(FILE *file) argument
70 inv_data_builder.file = file;
81 inv_data_builder.file = NULL;
249 fwrite(&type, sizeof(type), 1, inv_data_builder.file);
250 fwrite(&orientation, sizeof(orientation), 1, inv_data_builder.file);
251 fwrite(&sensitivity, sizeof(sensitivity), 1, inv_data_builder.file);
[all...]
/hardware/broadcom/libbt/
H A Dvnd_buildcfg.mk5 # configuration file does not exist. Use default one
/hardware/samsung_slsi/exynos5/mobicore/daemon/
H A DApplication.mk3 # Main build file defining the project modules and their global variables.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
H A Dvpx_mem.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
204 void *xvpx_memalign(size_t align, size_t size, char *file, int line) { argument
255 vpx_memory_tracker_add((size_t)x, (unsigned int)size, file, line, 1);
260 void *xvpx_malloc(size_t size, char *file, int line) { argument
261 return xvpx_memalign(DEFAULT_ALIGNMENT, size, file, line);
264 void *xvpx_calloc(size_t num, size_t size, char *file, int line) { argument
265 void *x = xvpx_memalign(DEFAULT_ALIGNMENT, num * size, file, line);
273 void *xvpx_realloc(void *memblk, size_t size, char *file, in argument
351 xvpx_free(void *p_address, char *file, int line) argument
[all...]
/hardware/qcom/audio/hal/
H A Dplatform_info.c5 * you may not use this file except in compliance with the License.
241 FILE *file; local
249 file = fopen(PLATFORM_INFO_XML_PATH, "r");
250 if (!file) {
274 bytes_read = fread(buf, 1, kBufSize, file);
296 fclose(file);
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h29 * @file OMX_TI_Debug.h
31 * This file implements the TI-specific OMX Debug interface
70 the error file, whereas other outputs usually go into the other output
71 file. This also allows only printing error messages.
72 - colors can be specified for each domain - through this file or the
81 __OMX_DBG_FILE__ - print file
85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file
91 file:function():line domain<level> message
95 /* You can change this file here to globally set the debug configurations
119 * 5 - very quiet -- crucial/error messages - goes to error file
553 char file[mem_array_size][50]; variable
[all...]
/hardware/ti/omap4-aah/
H A Domap4.mk4 # you may not use this file except in compliance with the License.
15 # This file lists the modules that are specific to OMAP4 but are used by
/hardware/ti/omap4xxx/
H A Domap4.mk4 # you may not use this file except in compliance with the License.
15 # This file lists the modules that are specific to OMAP4 but are used by
H A Domap4_embedded.mk4 # you may not use this file except in compliance with the License.
15 # This file lists the modules that are specific to OMAP4 but are used by
/hardware/intel/bootstub/
H A DAndroid.mk44 # Then assemble the final bootstub file
49 $(hide) ACTUAL_SIZE=`$(call get-file-size,$(bootstub_bin))`; \
92 # Then assemble the final 2ndbootloader file
97 $(hide) ACTUAL_SIZE=`$(call get-file-size,$(bootstub_aosp_bin))`; \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.asm5 ; that can be found in the LICENSE file in the root of the source
7 ; in the file PATENTS. All contributing project authors may
8 ; be found in the AUTHORS file in the root of the source tree.

Completed in 5752 milliseconds

1234567891011>>