Searched defs:filename (Results 1 - 25 of 67) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvideo_reader.c29 VpxVideoReader *vpx_video_reader_open(const char *filename) { argument
32 FILE *const file = fopen(filename, "rb");
H A Dvideo_writer.c34 VpxVideoWriter *vpx_video_writer_open(const char *filename, argument
39 FILE *const file = fopen(filename, "wb");
H A Dtools_common.h91 const char *filename; member in struct:VpxInputContext
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dtest_vector_test.cc71 const std::string filename = GET_PARAM(1); local
75 if (filename.substr(filename.length() - 3, 3) == "ivf") {
76 video = new libvpx_test::IVFVideoSource(filename);
77 } else if (filename.substr(filename.length() - 4, 4) == "webm") {
78 video = new libvpx_test::WebMVideoSource(filename);
83 const std::string md5_filename = filename + ".md5";
H A Dvp9_thread_test.cc100 // Decodes |filename| with |num_threads|. Returns the md5 of the decoded frames.
101 string DecodeFile(const string& filename, int num_threads) { argument
102 libvpx_test::WebMVideoSource video(filename);
H A Dexternal_frame_buffer_test.cc350 const std::string filename = GET_PARAM(kVideoNameParam); local
366 if (filename.substr(filename.length() - 3, 3) == "ivf") {
367 video = new libvpx_test::IVFVideoSource(filename);
369 video = new libvpx_test::WebMVideoSource(filename);
375 const std::string md5_filename = filename + ".md5";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvwriter.cpp44 bool MkvWriter::Open(const char* filename) { argument
45 if (filename == NULL)
52 file_ = _fsopen(filename, "wb", _SH_DENYWR);
54 file_ = fopen(filename, "wb");
/hardware/bsp/intel/peripheral/wifi/bcm43340/
H A Dbcm43340_hal.cpp36 static bool write_file(const char *filename, const char *content) { argument
37 int fd = open(filename, O_WRONLY);
39 ALOGE("Cannot open %s for writing", filename);
49 write_count, filename, actual_count);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c28 * @filename: Path to file.
32 int inv_sysfs_write(char *filename, long data) argument
37 if (!filename)
39 fp = fopen(filename, "w");
49 * @filename: Path to file.
54 int inv_sysfs_read(char *filename, long num_bytes, char *data) argument
59 if (!filename)
61 fp = fopen(filename, "r");
H A Dmlos_linux.c128 * @param filename name of the file to open.
131 FILE *inv_fopen(char *filename) argument
133 FILE *fp = fopen(filename, "r");
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c22 * @filename: Path to file.
26 int inv_sysfs_write(char *filename, long data) argument
31 if (!filename)
33 fp = fopen(filename, "w");
43 * @filename: Path to file.
48 int inv_sysfs_read(char *filename, long num_bytes, char *data) argument
53 if (!filename)
55 fp = fopen(filename, "r");
H A Dmlos_linux.c128 * @param filename name of the file to open.
131 FILE *inv_fopen(char *filename) argument
133 FILE *fp = fopen(filename, "r");
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dmodule.c50 const char *filename)
55 if (!strcmp(module->name, filename))
49 module_find_with_name(struct module *head, const char *filename) argument
/hardware/intel/img/hwcomposer/merrifield/test/
H A Dnv12_ved_test.cpp28 const char * filename = "/data/my_640x480.nv12"; variable
65 FILE *fp = fopen(filename, "r");
71 printf("%s: failed to open %s\n", __func__, filename);
/hardware/invensense/6515/libsensors_iio/
H A DSensorBase.cpp154 char *filename; local
161 filename = devname + strlen(devname);
162 *filename++ = '/';
168 strcpy(filename, de->d_name);
179 strcpy(input_name, filename);
H A DMPLSupport.cpp146 int read_sysfs_int(char *filename, int *var) argument
151 sysfsfp = fopen(filename, "r");
155 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
161 int read_sysfs_int64(char *filename, int64_t *var) argument
166 sysfsfp = fopen(filename, "r");
170 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
189 int write_sysfs_int(char *filename, int var) argument
194 sysfsfp = fopen(filename, "w");
198 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
204 int write_sysfs_longlong(char *filename, int64_ argument
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.cpp151 char *filename; local
158 filename = devname + strlen(devname);
159 *filename++ = '/';
165 strcpy(filename, de->d_name);
176 strcpy(input_name, filename);
H A DMPLSupport.cpp146 int read_sysfs_int(char *filename, int *var) argument
151 sysfsfp = fopen(filename, "r");
155 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
161 int read_sysfs_int64(char *filename, int64_t *var) argument
166 sysfsfp = fopen(filename, "r");
170 LOGE("HAL:ERR open file %s to read with error %d", filename, res);
189 int write_sysfs_int(char *filename, int var) argument
194 sysfsfp = fopen(filename, "w");
198 LOGE("HAL:ERR open file %s to write with error %d", filename, res);
204 int write_sysfs_longlong(char *filename, int64_ argument
[all...]
/hardware/qcom/audio/msm8909/hal/
H A Dplatform_info.c339 int platform_info_init(const char *filename) argument
347 file = fopen(filename, "r");
352 __func__, filename);
384 __func__, filename);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp168 OMX_STRING filename; local
180 // read each filename
182 filename = dir->d_name;
185 temp.append(filename);
186 if ((*filename != *dotdot)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.c74 char filename[255]; local
76 snprintf(filename, sizeof(filename)-1, "dx\\y%04d.raw", this_frame);
77 yframe = fopen(filename, "wb");
84 snprintf(filename, sizeof(filename)-1, "dx\\u%04d.raw", this_frame);
85 yframe = fopen(filename, "wb");
92 snprintf(filename, sizeof(filename)-1, "dx\\v%04d.raw", this_frame);
93 yframe = fopen(filename, "w
[all...]
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c58 void inv_set_playback_filename(char *filename, int length) argument
64 strncpy(playback_filename, filename, length);
/hardware/qcom/audio/hal/
H A Dplatform_info.c345 int platform_info_init(const char *filename, void *platform) argument
356 if (filename == NULL) {
359 strlcpy(platform_info_file_name, filename, MIXER_PATH_MAX_LENGTH);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c557 OMX_STRING filename; local
571 /* read each filename */
574 filename = dir->d_name;
576 strcat(temp, filename);
577 if ((*filename != *dotdot))
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp227 void DumpGfx(intptr_t handle, char* filename) { argument
236 fp = fopen(filename, "wb");
239 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename);

Completed in 2669 milliseconds

123