Searched refs:file (Results 1 - 25 of 407) sorted by path

1234567891011>>

/frameworks/av/camera/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/camera/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/cmds/screenrecord/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/drm/common/
H A DReadWriteUtils.cpp5 * you may not use this file except in compliance with the License.
36 FILE* file = NULL; local
37 file = fopen(filePath.string(), "r");
40 if (NULL != file) {
41 int fd = fileno(file);
52 fclose(file);
58 FILE* file = NULL; local
59 file = fopen(filePath.string(), "r");
62 if (NULL != file) {
63 int fd = fileno(file);
79 FILE* file = NULL; local
96 FILE* file = NULL; local
[all...]
/frameworks/av/media/img_utils/src/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/media/libeffects/proxy/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp5 * you may not use this file except in compliance with the License.
205 FILE *file = fopen(path, "r"); local
207 if (file == NULL) {
208 ALOGW("unable to open media codecs configuration xml file: %s", path);
229 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
250 fclose(file);
251 file = NULL;
281 // For security reasons and for simplicity, file names can only contain
290 ALOGE("invalid include file name: %s", href);
297 ALOGE("invalid include file nam
[all...]
H A DStagefrightMediaScanner.cpp5 * you may not use this file except in compliance with the License.
75 EAS_FILE file; local
76 file.path = filename;
77 file.fd = 0;
78 file.offset = 0;
79 file.length = 0;
80 result = EAS_OpenFile(easData, &file, &easHandle);
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_dct_16_gcc.s5 @ you may not use this file except in compliance with the License.
H A Dpvmp3_dct_9_gcc.s5 @ you may not use this file except in compliance with the License.
H A Dpvmp3_mdct_18_gcc.s5 @ you may not use this file except in compliance with the License.
H A Dpvmp3_polyphase_filter_window_gcc.s5 @ you may not use this file except in compliance with the License.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
H A Dbuild_vc.pl5 * you may not use this file except in compliance with the License.
28 # This file builds the OpenMAX DL vc domain library omxVC.o.
49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
55 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
59 # Fix the file separators in the header paths
74 # Compile each file
75 foreach $file (@filelist)
82 chomp($file);
83 $file = File::Spec->canonpath($file);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
H A Dbuild_vc.pl5 * you may not use this file except in compliance with the License.
28 # This file builds the OpenMAX DL vc domain library omxVC.o.
49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
55 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
59 # Fix the file separators in the header paths
74 # Compile each file
75 foreach $file (@filelist)
82 chomp($file);
83 $file = File::Spec->canonpath($file);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
H A Dbuild_vc.pl5 * you may not use this file except in compliance with the License.
28 # This file builds the OpenMAX DL vc domain library omxVC.o.
49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
55 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
59 # Fix the file separators in the header paths
74 # Compile each file
75 foreach $file (@filelist)
82 chomp($file);
83 $file = File::Spec->canonpath($file);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_chroma_hor_ver.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_chroma_ver.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_hor_half.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_hor_quarter.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_hor_ver_quarter.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_mid_hor.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_ver_half.s4 ; you may not use this file except in compliance with the License.
H A Dh264bsd_interpolate_ver_quarter.s4 ; you may not use this file except in compliance with the License.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s5 ; you may not use this file except in compliance with the License.

Completed in 593 milliseconds

1234567891011>>