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

1234567891011>>

/frameworks/av/camera/cameraserver/
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/include/media/
H A DPluginLoader.h5 * you may not use this file except in compliance with the License.
44 String8 file(pEntry->d_name);
45 if (file.getPathExtension() == ".so") {
/frameworks/av/media/libaaudio/src/
H A DAndroid.mk30 # If you add a file here then also add it below in the SHARED target
/frameworks/av/media/libeffects/proxy/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/media/libmedia/include/media/
H A DPluginLoader.h5 * you may not use this file except in compliance with the License.
44 String8 file(pEntry->d_name);
45 if (file.getPathExtension() == ".so") {
/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/mp3dec/test/
H A Dmp3reader.cpp203 // Resync to next valid MP3 frame in the file.
355 bool Mp3Reader::init(const char *file) { argument
357 // Open the file.
358 mFp = fopen(file, "rb");
H A Dmp3reader.h35 bool init(const char *file);
/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.

Completed in 370 milliseconds

1234567891011>>