Searched refs:decoding_map_ptr (Results 1 – 1 of 1) sorted by relevance
959 GetByteContext decoding_map_ptr; in ipvideo_decode_format_06_opcodes() local969 bytestream2_init(&decoding_map_ptr, s->decoding_map, s->decoding_map_size); in ipvideo_decode_format_06_opcodes()972 bytestream2_seek(&decoding_map_ptr, 0, SEEK_SET); in ipvideo_decode_format_06_opcodes()975 opcode = bytestream2_get_le16(&decoding_map_ptr); in ipvideo_decode_format_06_opcodes()1029 GetByteContext decoding_map_ptr; in ipvideo_decode_format_10_opcodes() local1042 bytestream2_init(&decoding_map_ptr, s->decoding_map, s->decoding_map_size); in ipvideo_decode_format_10_opcodes()1046 bytestream2_seek(&decoding_map_ptr, 0, SEEK_SET); in ipvideo_decode_format_10_opcodes()1056 opcode = bytestream2_get_le16(&decoding_map_ptr); in ipvideo_decode_format_10_opcodes()