Searched refs:movi_offset (Results 1 – 1 of 1) sorted by relevance
211 …int movi_offset = search_fourcc(MAKE_FOURCC('m', 'o', 'v', 'i'), pdata, length - (pdata - buffer)); in AVI_Parser() local212 if (0 > movi_offset) in AVI_Parser()217 AVI_file.movi_start = movi_offset + 4 + pdata - buffer; in AVI_Parser()218 pdata += movi_offset - 8; // back to the list head in AVI_Parser()
Completed in 5 milliseconds