Searched refs:H264_START_CODE (Results 1 – 9 of 9) sorted by relevance
68 #define H264_START_CODE 0x01 macro
139 if(startcode != H264_START_CODE) { in parse_rbsp()245 (*(pBuffer + slice_offset + 3) != H264_START_CODE)) { in parse_sliceinfo()403 *buf++ = H264_START_CODE; in create_rbsp()
77 #define H264_START_CODE 0x01 macro
147 if (startcode != H264_START_CODE) { in parse_rbsp()276 (*(pBuffer + slice_offset + 3) != H264_START_CODE)) { in parse_sliceinfo()474 *buf++ = H264_START_CODE; in create_rbsp()
37 #define H264_START_CODE 0x00000001 macro
96 #define H264_START_CODE 0x00000001 macro2760 if ((cnt == 4) && (code != H264_START_CODE)) { in Read_Buffer_From_H264_Start_Code_File()2765 if ((cnt > 4) && (code == H264_START_CODE)) { in Read_Buffer_From_H264_Start_Code_File()