Home | History | Annotate | Download | only in parser

Lines Matching defs:byte_offset

777 	uint32 byte_offset = 0;
780 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
784 slice_data->slice_offset = byte_offset
787 - parent->list.data[list_index].stpos - byte_offset;
818 uint32 byte_offset = 0;
839 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
844 /*byte_offset += 1;*/
854 slice_data->slice_offset = byte_offset
857 - parent->list.data[list_index].stpos - byte_offset;
876 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
908 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
911 - parent->list.data[list_index].stpos - byte_offset);
926 viddec_pm_get_au_pos(parent, &bit_offset, &byte_offset, &is_emul);
930 slice_data->slice_offset = byte_offset
933 - parent->list.data[list_index].stpos - byte_offset;