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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c22 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
257 Write picture pointed by data to file pointed by fid. Size of the
261 void WriteOutput(FILE *fid, u8 *data, u32 picSize) argument
263 fwrite(data, 1, picSize, fid);
H A DTestBenchMultipleInstance.c35 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
40 void CropWriteOutput(FILE *fid, u8 *imageData, u32 cropDisplay,
385 void WriteOutput(FILE *fid, u8 *data, u32 picSize) argument
387 if (fid)
388 fwrite(data, 1, picSize, fid);
/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp101 arg1 = msg.data.authenticated.finger.fid;
109 arg1 = msg.data.enroll.finger.fid;
114 arg1 = msg.data.removed.finger.fid;
172 ALOG(LOG_VERBOSE, LOG_TAG, "nativeRemove(fid=%d, gid=%d)\n", fingerId, groupId);
174 finger.fid = fingerId;
/frameworks/av/media/libaaudio/examples/loopback/src/
H A Dloopback.cpp77 FILE *fid = fopen(fileName, "wb"); local
78 if (fid == NULL) {
81 int written = fwrite(mData, sizeof(float), mFrameCounter, fid);
82 fclose(fid);
/frameworks/rs/
H A DrsScript.cpp162 ScriptFieldID *fid = new ScriptFieldID(rsc, (Script *)vs, slot); local
163 fid->incUserRef();
164 return fid;
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java208 int index, Script.FieldID fid, Object obj,
229 unbound.addReference(this, fid);
207 retrieveValueAndDependenceInfo(RenderScript rs, int index, Script.FieldID fid, Object obj, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java205 int index, Script.FieldID fid, Object obj,
226 unbound.addReference(this, fid);
204 retrieveValueAndDependenceInfo(RenderScript rs, int index, Script.FieldID fid, Object obj, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument

Completed in 1700 milliseconds