Searched refs:fid (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A DwriteYUV420file.m4 fid = fopen(filename,'wb');
5 if fid==-1
13 fwrite(fid,uint8(Y(:,:,k).'), 'uchar');
16 fwrite(fid,uint8(U(:,:,k).'), 'uchar');
19 fwrite(fid,uint8(V(:,:,k).'), 'uchar');
22 fclose(fid);
H A DreadYUV420file.m4 fid = fopen(filename,'rb');
5 if fid==-1
16 fseek(fid,0,'eof'); % move to end of file
17 fileLen=ftell(fid); % number of bytes
18 fseek(fid,0,'bof'); % rewind to start
27 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
41 [X,nBytes]=fread(fid, frameSizeBytes, 'uchar');
45 fclose(fid);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
H A Dparse_delay_file.m3 fid = fopen(file, 'rb');
4 if fid == -1
8 textline = fgetl(fid);
19 start_pos = ftell(fid);
20 fseek(fid, -12, 'eof');
21 textline = fgetl(fid);
26 fseek(fid,-12-4, 'eof');
27 Npackets = fread(fid, 1, 'int32');
28 fseek(fid, start_pos, 'bof');
51 signal = fread(fid,
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A DplotTimingTest.m2 fid=fopen(filename);
8 line = fgetl(fid);
16 line = fgetl(fid);
25 line = fgetl(fid);
31 line = fgetl(fid);
37 line = fgetl(fid);
43 line = fgetl(fid);
46 line = fgetl(fid);
48 fclose(fid);
H A DplotReceiveTrace.m2 fid=fopen(filename);
13 line = fgetl(fid);
23 line = fgetl(fid);
29 line = fgetl(fid);
41 line = fgetl(fid);
50 line = fgetl(fid);
57 line = fgetl(fid);
64 line = fgetl(fid);
71 line = fgetl(fid);
78 line = fgetl(fid);
[all...]
/external/clang/lib/Lex/
H A DPreprocessorLexer.cpp22 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) argument
23 : PP(pp), FID(fid), InitialNumSLocEntries(0),
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A Dneteq_isac_quality_test.cc29 FILE* fid = fopen(value.c_str(), "rb"); local
30 if (fid != NULL) {
31 fclose(fid);
47 FILE* fid = fopen(value.c_str(), "wb"); local
48 if (fid != NULL) {
49 fclose(fid);
H A Dneteq_opus_fec_quality_test.cc28 FILE* fid = fopen(value.c_str(), "rb"); local
29 if (fid != NULL) {
30 fclose(fid);
46 FILE* fid = fopen(value.c_str(), "wb"); local
47 if (fid != NULL) {
48 fclose(fid);
H A DRTPjitter.cc45 int filelen(FILE *fid) argument
50 if (!fid || fgetpos(fid, &cur_pos)) {
54 fseek(fid, 0, SEEK_END);
55 len = ftell(fid);
57 fsetpos(fid, &cur_pos);
/external/deqp/framework/platform/android/
H A DtcuAndroidJNI.cpp45 jfieldID fid = env->GetFieldID(cls, "m_server", "J"); local
46 TCU_CHECK_INTERNAL(fid);
48 return fid;
/external/clang/include/clang/Edit/
H A DFileOffset.h24 FileOffset(FileID fid, unsigned offs) : FID(fid), Offs(offs) { } argument
/external/chromium_org/third_party/libjpeg_turbo/
H A Dturbojpeg-jni.c84 jfieldID fid; local
91 bailif0(fid=(*env)->GetFieldID(env, cls, "handle", "J"));
92 (*env)->SetLongField(env, obj, fid, (jlong)handle);
312 jfieldID fid; local
318 bailif0(fid=(*env)->GetFieldID(env, cls, "handle", "J"));
319 (*env)->SetLongField(env, obj, fid, (jlong)handle);
328 jclass sfcls=NULL; jfieldID fid=0; local
342 bailif0(fid=(*env)->GetFieldID(env, sfcls, "num", "I"));
343 (*env)->SetIntField(env, sfobj, fid, sf[i].num);
344 bailif0(fid
531 jfieldID fid; local
559 jclass cls; jmethodID mid; jfieldID fid; local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A DplotBenchmark.m54 fid = fopen(fileNames{fileIdx}, 'rt');
55 if fid == -1
60 if ~strcmp(fgetl(fid), ['#!benchmark' version])
61 fclose(fid);
66 codec = fgetl(fid);
67 tline = fgetl(fid);
82 tline = fgetl(fid);
87 tline = fgetl(fid);
99 tline = fgetl(fid);
110 tline = fgetl(fid);
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Drestore_jrnl.tcl125 set fid [open $jrnl_name r]
126 fconfigure $fid -translation binary -encoding binary
127 seek $fid [expr $jrnl_pg_offset+4]
128 set data [read $fid $db_pgsz]
129 close $fid
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dmixing_test.cc204 FILE* fid = fopen(file_name, "rb"); local
205 EXPECT_FALSE(fid == NULL);
206 fseek(fid, 0, SEEK_END);
207 int size = ftell(fid);
209 fclose(fid);
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h204 #define coda_f2i(fid)\
205 (fid ? (fid->opaque[3] ^ (fid->opaque[2]<<10) ^ (fid->opaque[1]<<20) ^ fid->opaque[0]) : 0)
646 * Occasionally, we don't cache the fid returned by CODA_LOOKUP.
647 * For instance, if the fid is inconsistent.
/external/conscrypt/src/compat/native/
H A DJNIHelp.cpp152 static jfieldID fid = e->GetFieldID(localClass.get(), "descriptor", "I"); local
154 return (*env)->GetIntField(e, fileDescriptor, fid);
/external/libpcap/
H A Dpcap-enet.c109 efReadError(int fid, char *msg) argument
112 if (lseek(fid, 0, 0) < 0) {
/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h76 PreprocessorLexer(Preprocessor *pp, FileID fid);
/external/opencv/
H A Dcvjni.h239 jfieldID fid = env->GetFieldID(clazz, field_name, field_type); local
241 jobject obj = env->GetObjectField(java_obj, fid);
284 jfieldID fid = env->GetFieldID(clazz, field_name, "I"); local
286 env->SetIntField(java_obj, fid, val);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m328 fid = fopen(newfile,'rb');
329 new = fread(fid,inf,precision);
330 fclose(fid);
332 fid = fopen(reffile,'rb');
333 ref = fread(fid,inf,precision);
334 fclose(fid);
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m328 fid = fopen(newfile,'rb');
329 new = fread(fid,inf,precision);
330 fclose(fid);
332 fid = fopen(reffile,'rb');
333 ref = fread(fid,inf,precision);
334 fclose(fid);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h364 * \param fid Feature ID, one of RADEON_FID_*
368 enum radeon_feature_id fid,
H A Dradeon_drm_winsys.c342 enum radeon_feature_id fid,
347 switch (fid) {
341 radeon_cs_request_feature(struct radeon_winsys_cs *rcs, enum radeon_feature_id fid, boolean enable) argument
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_winsys.h364 * \param fid Feature ID, one of RADEON_FID_*
368 enum radeon_feature_id fid,

Completed in 4183 milliseconds

123