Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp219 … int32_t& iWidth, int32_t& iHeight, const char* pOptionFileName, const char* pLengthFileName, in H264DecodeInstance() argument
282 if (pOptionFileName) { in H264DecodeInstance()
283 pOptionFile = fopen (pOptionFileName, "wb"); in H264DecodeInstance()
287 fprintf (stderr, "Extra optional file: %s..\n", pOptionFileName); in H264DecodeInstance()