Home | History | Annotate | Download | only in src

Lines Matching refs:idx1

87     DWORD dwFlags;               //  0x10 AVIF_HASINDEX: The AVI file has an idx1 chunk containing an index at the end of the file.
250 MjpegInputStream& operator >> (MjpegInputStream& is, AviIndex& idx1);
282 MjpegInputStream& operator >> (MjpegInputStream& is, AviIndex& idx1)
284 is.read((char*)(&idx1), sizeof(idx1));
324 ['idx1' (<AVI Index>) ]
458 AviIndex idx1;
459 in_str >> idx1;
461 if(idx1.ckid == m_stream_id)
463 uint64_t absolute_pos = m_movi_start + idx1.dwChunkOffset;
467 in_frame_list.push_back(std::make_pair(absolute_pos, idx1.dwChunkLength));