Home | History | Annotate | Download | only in src

Lines Matching refs:x00

38 static unsigned char H264_start_code[4] = {0x00,0x00,0x00,0x01};
40 static unsigned char MPEG4_start_code[4] = {0x00,0x00,0x01,0xB6};
43 static unsigned char H263_start_code[4] = {0x00,0x00,0x80,0x00};
44 static unsigned char H263_mask_code[4] = {0xFF,0xFF,0xFC,0x00};
46 static unsigned char VC1_AP_start_code[4] = {0x00,0x00,0x01,0x0D};