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

1234567891011>>

/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/stagefright/
H A DMediaCodecList.h5 * you may not use this file except in compliance with the License.
85 void parseXMLFile(FILE *file);
/frameworks/av/libvideoeditor/osal/src/
H A DM4PSW_DebugTrace.c5 * you may not use this file except in compliance with the License.
18 * @file M4PSW_DebugTrace.c
20 * @note This file gives the default implementation of the trace function
33 /*#define NO_FILE */ /* suppresses the file name print out */
38 * void M4OSA_DebugTrace(M4OSA_Int32 line, char* file, M4OSA_Int32 level,
43 * @param line (IN): the line number in the source file
44 * @param file (IN): the source file name
53 M4OSA_Char* file,
70 printf("Error: %li, on %s: %s Line %lu in: %s\n",err,cond,msg,line,file);
52 M4OSA_DebugTrace(M4OSA_Int32 line, M4OSA_Char* file, M4OSA_Int32 level, M4OSA_Char* cond, M4OSA_Char* msg, M4OSA_ERR err) argument
[all...]
H A DM4PSW_Trace.c5 * you may not use this file except in compliance with the License.
18 * @file M4PSW_Trace.c
20 * @note This file gives the implementation of the trace function used
33 #define NO_FILE /* suppresses the file name print out */
39 * void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file ,M4OSA_Int32 level,
52 M4OSAL_TRACE_EXPORT_TYPE void M4OSA_Trace(M4OSA_Int32 line, M4OSA_Char* file ,
69 (char *)message, line, file);
94 (char *)message, line, (char*)file);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp5 * you may not use this file except in compliance with the License.
51 FILE *file = fopen("/etc/media_codecs.xml", "r"); local
53 if (file == NULL) {
54 ALOGW("unable to open media codecs configuration xml file.");
58 parseXMLFile(file);
88 fclose(file);
89 file = NULL;
99 void MediaCodecList::parseXMLFile(FILE *file) { argument
120 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
H A DStagefrightMediaScanner.cpp5 * you may not use this file except in compliance with the License.
74 EAS_FILE file; local
75 file.path = filename;
76 file.fd = 0;
77 file.offset = 0;
78 file.length = 0;
79 result = EAS_OpenFile(easData, &file, &easHandle);
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp5 * you may not use this file except in compliance with the License.
52 const char* file,
73 "%s:%d: %s", file, line, str.c_str());
50 logMessageHandler( int severity, const char* file, int line, size_t message_start, const std::string& str) argument
/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_arm.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_arm.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_mdct_18_wm.asm5 ; you may not use this file except in compliance with the License.
H A Dpvmp3_polyphase_filter_window_arm.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.
H A Dpvmp3_polyphase_filter_window_wm.asm5 ; 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.pl13 # This file builds the OpenMAX DL vc domain library omxVC.o.
34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
44 # Fix the file separators in the header paths
59 # Compile each file
60 foreach $file (@filelist)
67 chomp($file);
68 $file = File::Spec->canonpath($file);
70 (undef, undef, $f) = File::Spec->splitpath($file);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
H A Dbuild_vc.pl13 # This file builds the OpenMAX DL vc domain library omxVC.o.
34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
44 # Fix the file separators in the header paths
59 # Compile each file
60 foreach $file (@filelist)
67 chomp($file);
68 $file = File::Spec->canonpath($file);
70 (undef, undef, $f) = File::Spec->splitpath($file);
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
H A Dbuild_vc.pl13 # This file builds the OpenMAX DL vc domain library omxVC.o.
34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
40 open(FILES, '<filelist_vc.txt') or die("Can't open source file list\n");
44 # Fix the file separators in the header paths
59 # Compile each file
60 foreach $file (@filelist)
67 chomp($file);
68 $file = File::Spec->canonpath($file);
70 (undef, undef, $f) = File::Spec->splitpath($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.

Completed in 362 milliseconds

1234567891011>>