Searched refs:fpTrack (Results 1 – 1 of 1) sorted by relevance
226 FILE* fpTrack = NULL; in H264DecodeInstance() local291 fpTrack = fopen (pLengthFileName, "rb"); in H264DecodeInstance()292 if (fpTrack == NULL) in H264DecodeInstance()328 if (fpTrack) { in H264DecodeInstance()329 if (fread (pInfo, 4, sizeof (int32_t), fpTrack) < 4) in H264DecodeInstance()486 if (fpTrack) { in H264DecodeInstance()487 fclose (fpTrack); in H264DecodeInstance()488 fpTrack = NULL; in H264DecodeInstance()