Searched refs:bits_operation_result (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
D | h264parse_bsd.c | 43 int32_t bits_operation_result=0; in h264_get_codeNum() local 59 bits_operation_result = viddec_pm_peek_bits(parent, &temp, noOfBits); in h264_get_codeNum() 72 bits_operation_result = viddec_pm_peek_bits(parent, &temp, 8); in h264_get_codeNum() 76 if(-1==bits_operation_result) in h264_get_codeNum()
|
D | h264parse_sei.c | 1105 int32_t bits_operation_result = 0; in h264_Parse_Supplemental_Enhancement_Information_Message() local 1113 bits_operation_result = viddec_pm_get_bits(parent, (uint32_t *)&next_8_bits, 8); in h264_Parse_Supplemental_Enhancement_Information_Message() 1114 if(-1 == bits_operation_result) in h264_Parse_Supplemental_Enhancement_Information_Message() 1131 bits_operation_result = viddec_pm_get_bits(parent, (uint32_t *)&next_8_bits, 8); in h264_Parse_Supplemental_Enhancement_Information_Message() 1132 if(-1 == bits_operation_result) in h264_Parse_Supplemental_Enhancement_Information_Message() 1159 bits_operation_result = viddec_pm_peek_bits(parent, (uint32_t *)&next_8_bits, 8); in h264_Parse_Supplemental_Enhancement_Information_Message() 1160 if(-1 == bits_operation_result) in h264_Parse_Supplemental_Enhancement_Information_Message()
|