Searched refs:group_of_vop (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/va/ |
D | picture_mpeg4.c | 162 uint8_t group_of_vop[] = { 0x00, 0x00, 0x01, 0xb3, 0x00, 0x00, 0x00 }; in vlVaDecoderFixMPEG4Startcode() local 163 struct bit_stream bs_gvop = {group_of_vop, sizeof(group_of_vop)*8, 32}; in vlVaDecoderFixMPEG4Startcode() 174 memcpy(context->mpeg4.start_code, group_of_vop, sizeof(group_of_vop)); in vlVaDecoderFixMPEG4Startcode() 175 context->mpeg4.start_code_size += sizeof(group_of_vop); in vlVaDecoderFixMPEG4Startcode()
|