Home
last modified time | relevance | path

Searched refs:fpTrack (Results 1 – 1 of 1) sorted by relevance

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp226 FILE* fpTrack = NULL; in H264DecodeInstance() local
291 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()