Searched refs:frame_code (Results 1 – 5 of 5) sorted by relevance
154 ft = &nut->frame_code[start]; in build_frame_code()162 FrameCode *ft = &nut->frame_code[start]; in build_frame_code()191 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()217 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()228 FrameCode *ft = &nut->frame_code[start2]; in build_frame_code()261 FrameCode *ft = &nut->frame_code[index]; in build_frame_code()274 memmove(&nut->frame_code['N' + 1], &nut->frame_code['N'], sizeof(FrameCode) * (255 - 'N')); in build_frame_code()275 nut->frame_code[0].flags = in build_frame_code()276 nut->frame_code[255].flags = in build_frame_code()277 nut->frame_code['N'].flags = FLAG_INVALID; in build_frame_code()[all …]
297 nut->frame_code[i].flags = FLAG_INVALID; in decode_main_header()301 nut->frame_code[i].flags = tmp_flags; in decode_main_header()302 nut->frame_code[i].pts_delta = tmp_pts; in decode_main_header()303 nut->frame_code[i].stream_id = tmp_stream; in decode_main_header()304 nut->frame_code[i].size_mul = tmp_mul; in decode_main_header()305 nut->frame_code[i].size_lsb = tmp_size + j; in decode_main_header()306 nut->frame_code[i].reserved_count = tmp_res; in decode_main_header()307 nut->frame_code[i].header_idx = tmp_head_idx; in decode_main_header()310 av_assert0(nut->frame_code['N'].flags == FLAG_INVALID); in decode_main_header()1001 uint8_t *header_idx, int frame_code) in decode_frame_header() argument[all …]
96 FrameCode frame_code[256]; member
73 int frame_code; member554 if (s->frame_code == 0x50 || s->frame_code == 0x60) { in svq1_decode_frame_header()563 if ((s->frame_code ^ 0x10) >= 0x50) { in svq1_decode_frame_header()636 s->frame_code = get_bits(&s->gb, 22); in svq1_decode_frame()638 if ((s->frame_code & ~0x70) || !(s->frame_code & 0x60)) in svq1_decode_frame()642 if (s->frame_code != 0x20) { in svq1_decode_frame()
140 def frame_code(self, fid): member in IdbAdapter