Searched refs:H264_START_CODE (Results 1 – 12 of 12) sorted by relevance
49 #define H264_START_CODE 0x01 macro
48 #define H264_START_CODE 0x01 macro
68 #define H264_START_CODE 0x01 macro
153 if (startcode != H264_START_CODE) { in parse_rbsp()281 (*(pBuffer + slice_offset + 3) != H264_START_CODE)) { in parse_sliceinfo()479 *buf++ = H264_START_CODE; in create_rbsp()
149 if (startcode != H264_START_CODE) { in parse_rbsp()277 (*(pBuffer + slice_offset + 3) != H264_START_CODE)) { in parse_sliceinfo()475 *buf++ = H264_START_CODE; in create_rbsp()
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()
94 #define H264_START_CODE 0x00000001 macro2892 if ((cnt == 4) && (code != H264_START_CODE)) { in Read_Buffer_From_H264_Start_Code_File()2897 if ((cnt > 4) && (code == H264_START_CODE)) { in Read_Buffer_From_H264_Start_Code_File()3625 if ((cnt == 4) && (code != H264_START_CODE)) { in Read_Buffer_From_MVC_File()3631 } else if ((cnt > 4) && (code == H264_START_CODE)) { in Read_Buffer_From_MVC_File()
37 #define H264_START_CODE 0x00000001 macro