Searched refs:header_code (Results 1 – 3 of 3) sorted by relevance
45 static unsigned int header_code = 0; variable1099 if(!header_code ) in read_frame()1104 header_code = VOP_START_CODE; in read_frame()1108 header_code = SHORT_HEADER_START_CODE; in read_frame()1111 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) in read_frame()1120 else if (( header_code == SHORT_HEADER_START_CODE ) && in read_frame()
2662 static unsigned int header_code = 0; in Read_Buffer_From_Vop_Start_Code_File() local2680 if(!header_code ){ in Read_Buffer_From_Vop_Start_Code_File()2683 header_code = VOP_START_CODE; in Read_Buffer_From_Vop_Start_Code_File()2687 header_code = SHORT_HEADER_START_CODE; in Read_Buffer_From_Vop_Start_Code_File()2690 if ((header_code == VOP_START_CODE) && (code == VOP_START_CODE)) in Read_Buffer_From_Vop_Start_Code_File()2697 …else if (( header_code == SHORT_HEADER_START_CODE ) && ( SHORT_HEADER_START_CODE == (code & 0xFFFF… in Read_Buffer_From_Vop_Start_Code_File()
45 static unsigned int header_code = 0; variable