Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/src/
Dslice_multi_threading.cpp290 pSmt->pFSliceDiff = NULL; in RequestMtResource()
292 if (pSmt->pFSliceDiff) { in RequestMtResource()
293 fclose (pSmt->pFSliceDiff); in RequestMtResource()
294 pSmt->pFSliceDiff = NULL; in RequestMtResource()
296 pSmt->pFSliceDiff = fopen ("slice_time.txt", "wt+"); in RequestMtResource()
420 if (pSmt->pFSliceDiff) { in ReleaseMtResource()
421 fclose (pSmt->pFSliceDiff); in ReleaseMtResource()
422 pSmt->pFSliceDiff = NULL; in ReleaseMtResource()
520 if (pCtx->pSliceThreading->pFSliceDiff) { in AdjustBaseLayer()
521 fprintf (pCtx->pSliceThreading->pFSliceDiff, in AdjustBaseLayer()
[all …]
/third_party/openh264/codec/encoder/core/inc/
Dmt_defs.h81 FILE* pFSliceDiff; // file handle for debug member