Searched defs:file (Results 1 - 25 of 48) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_dflt_abort.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.
16 /* The function in this file performs default actions if self-auditing
22 ** to the write system call using file handle number 2.
30 /* Print abort message, file and line. Terminate execution.
32 void hmm_dflt_abort(const char *file, const char *line) { argument
45 fputs(file, stderr);
/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 Dvideo_reader.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.
23 FILE *file; member in struct:VpxVideoReaderStruct
32 FILE *const file = fopen(filename, "rb"); local
33 if (!file)
34 return NULL; // Can't open file
36 if (fread(header, 1, 32, file) != 32)
37 return NULL; // Can't read file header
49 reader->file
[all...]
H A Dvideo_writer.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.
19 FILE *file; member in struct:VpxVideoWriterStruct
23 static void write_header(FILE *file, const VpxVideoInfo *info, argument
31 ivf_write_file_header(file, &cfg, info->codec_fourcc, frame_count);
39 FILE *const file = fopen(filename, "wb"); local
40 if (!file)
49 writer->file = file;
[all...]
H A Dtools_common.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.
82 FILE *f = input_ctx->file;
220 void vpx_img_write(const vpx_image_t *img, FILE *file) { argument
231 fwrite(buf, 1, w, file);
237 int vpx_img_read(vpx_image_t *img, FILE *file) { argument
248 if (fread(buf, 1, w, file) != w)
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 Dy4minput.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.
20 // Reads 'size' bytes from 'file' into 'buf' with some fault tolerance.
22 static int file_read(void *buf, size_t size, FILE *file) { argument
28 const size_t n = fread((uint8_t*)buf + len, 1, size - len, file);
30 file_error = ferror(file);
33 clearerr(file);
36 fprintf(stderr, "Error reading file: %u of %u bytes read, %d: %s\n",
41 } while (!feof(file)
[all...]
/hardware/intel/img/libdrm/libdrm/radeon/
H A Dradeon_track.c36 const char *file,
51 event->file = strdup(file);
54 if (event->file == NULL || event->func == NULL || event->op == NULL) {
55 free(event->file);
101 free(event->file);
111 void radeon_tracker_print(struct radeon_tracker *tracker, FILE *file) argument
120 fprintf(file, "[0x%08X] :\n", track->key);
123 fprintf(file, " [0x%08X:%s](%s:%s:%d)\n",
124 track->key, event->op, event->file,
35 radeon_track_add_event(struct radeon_track *track, const char *file, const char *func, const char *op, unsigned line) argument
[all...]
H A Dradeon_track.h35 char *file; member in struct:radeon_track_event
53 const char *file,
62 FILE *file);
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...]
H A Dradeon_cs_gem.c206 const char *file,
215 file, func, line);
221 cs->section_file = file;
242 const char *file,
249 file, func, line);
257 file, func, line);
352 static void cs_gem_print(struct radeon_cs *cs, FILE *file) argument
363 fprintf(file, "Pkt0 at %d (%d dwords):\n", i, cnt);
367 fprintf(file, " 0x%08X -> 0x%04X\n",
372 fprintf(file, "
204 cs_gem_begin(struct radeon_cs *cs, uint32_t ndw, const char *file, const char *func, int line) argument
241 cs_gem_end(struct radeon_cs *cs, const char *file, const char *func, int line) argument
[all...]
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_trace.c34 * @file timm_osal_trace.c
35 * This file contains methods that provides the functionality
82 static const char *simplify_path(const char *file) argument
84 while (file)
86 char c = file[0];
89 file++;
91 return file;
142 ALOGD("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
147 ALOGD("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
159 printf("%s:%d\t%s()\t", simplify_path(loc->file), lo
[all...]
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c34 * @file timm_osal_trace.c
35 * This file contains methods that provides the functionality
81 static const char *simplify_path(const char *file) argument
83 while (file)
85 char c = file[0];
88 file++;
90 return file;
112 ALOGD("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
122 printf("%s:%d\t%s()\t", simplify_path(loc->file), loc->line,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_debugmodes.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.
25 static void print_mi_data(VP9_COMMON *cm, FILE *file, const char *descriptor, argument
35 log_frame_info(cm, descriptor, file);
38 fprintf(file, "%c ", prefix);
40 fprintf(file, "%2d ",
45 fprintf(file, "\n");
48 fprintf(file, "\n");
50 void vp9_print_modes_and_motion_vectors(VP9_COMMON *cm, const char *file) { argument
[all...]
/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/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c5 * accompanying file LICENSE for details.
18 stdio_read(void * p, size_t length, void * file) argument
21 FILE * fp = file;
30 stdio_seek(int64_t offset, int whence, void * file) argument
32 FILE * fp = file;
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dmodule.c7 * you may not use this file except in compliance with the License.
123 struct module *module_open(const char *file, int flag) argument
132 existing = module_find_with_name(g_module_head, file);
151 new->handle = dlopen(file, flag);
153 LOGE("dlopen failed (%s)\n", file);
169 new->name = strdup(file);
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dlog.h8 * This file incorporates work covered by the following copyright and
14 * you may not use this file except in compliance with the License.
32 * The output will be correct when the log file is shared between multiple
65 * at the top of your source file) to change that behavior.
321 * The stuff in the rest of this file should not be used directly.
332 const char *file,
335 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
331 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dlog.h6 you may not use this file except in compliance with the License.
20 * This file incorporates work covered by the following copyright and
26 * you may not use this file except in compliance with the License.
44 * The output will be correct when the log file is shared between multiple
76 * at the top of your source file) to change that behavior.
317 * The stuff in the rest of this file should not be used directly.
328 const char *file,
331 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
327 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dlog.h8 * This file incorporates work covered by the following copyright and
14 * you may not use this file except in compliance with the License.
32 * The output will be correct when the log file is shared between multiple
69 * at the top of your source file) to change that behavior.
325 * The stuff in the rest of this file should not be used directly.
336 const char *file,
339 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
335 __print_result_location(int result, const char *file, const char *func, int line) argument
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h8 * This file incorporates work covered by the following copyright and
14 * you may not use this file except in compliance with the License.
32 * The output will be correct when the log file is shared between multiple
69 * at the top of your source file) to change that behavior.
325 * The stuff in the rest of this file should not be used directly.
336 const char *file,
339 MPL_LOGE("%s|%s|%d returning %d\n", file, func, line, result);
335 __print_result_location(int result, const char *file, const char *func, int line) argument
/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/qcom/audio/legacy/alsa_sound/
H A DAudioUtil.cpp6 * you may not use this file except in compliance with the License.
133 const char* file = "/sys/class/graphics/fb1/audio_data_block"; local
134 FILE* fpaudiocaps = fopen(file, "rb");
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_trace.h34 * @file timm_osal_trace.h
35 * The timm_osal_types header file defines the primative osal type definitions.
99 const char *file; member in struct:__anon3542
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c36 FILE *file; member in struct:inv_construct_t
61 MPL_LOGE("Error : file name and path too long, 100 characters limit\n");
126 if (inv_construct.file == NULL) {
127 inv_construct.file = fopen(playback_filename, "rb");
128 if (!inv_construct.file) {
129 MPL_LOGE("Error : cannot find or open playback file '%s'\n",
136 r = fread(&type, sizeof(type), 1, inv_construct.file);
138 MPL_LOGV("read 0 bytes, PLAYBACK file closed\n");
140 fclose(inv_construct.file);
146 r = fread(gyro, sizeof(gyro[0]), 3, inv_construct.file);
[all...]

Completed in 815 milliseconds

12