Home
last modified time | relevance | path

Searched refs:current_frame_block (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dpaf.c40 uint32_t current_frame_block; member
193 p->current_frame_block = 0; in read_header()
228 if (p->current_frame_block >= p->frame_blks) in read_packet()
231 offset = p->blocks_offset_table[p->current_frame_block] & ~(1U << 31); in read_packet()
232 if (p->blocks_offset_table[p->current_frame_block] & (1U << 31)) { in read_packet()
247 p->current_frame_block++; in read_packet()

Completed in 1 milliseconds