Home
last modified time | relevance | path

Searched refs:first_part_offset (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dvp8_parser.cc71 fhdr->first_part_offset = stream_ - fhdr->data; in ParseFrame()
81 << ", offsets: to first_part=" << fhdr->first_part_offset in ParseFrame()
838 size_t first_dct_pos = fhdr->first_part_offset + fhdr->first_part_size + in ParsePartitions()
850 fhdr->data + fhdr->first_part_offset + fhdr->first_part_size; in ParsePartitions()
Dvp8_parser.h147 off_t first_part_offset; member