Searched refs:H264_START_CODE (Results 1 – 8 of 8) sorted by relevance
49 #define H264_START_CODE 0x01 macro
68 #define H264_START_CODE 0x01 macro
147 if (startcode != H264_START_CODE) { in parse_rbsp()275 (*(pBuffer + slice_offset + 3) != H264_START_CODE)) { in parse_sliceinfo()473 *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