Searched refs:cur_byte (Results 1 – 2 of 2) sorted by relevance
193 uint8_t cur_byte = 0; in h264_More_RBSP_Data() local209 viddec_pm_get_cur_byte(parent, &cur_byte); in h264_More_RBSP_Data()211 ctr_bit = ((cur_byte)>> (shift_bits--)) & 0x01; in h264_More_RBSP_Data()219 cnt |= (((cur_byte)>> (shift_bits--)) & 0x01); // set up control bit in h264_More_RBSP_Data()
154 uint8_t cur_byte = 0, valid_bytes_read = 0; in viddec_pm_utils_getbytes() local159 cur_byte = bstream->buf[bstream->buf_index + *act_bytes]; in viddec_pm_utils_getbytes()160 if((cur_byte == 0x3) &&(*phase == 2)) in viddec_pm_utils_getbytes()166 data->byte[valid_bytes_read] = cur_byte; in viddec_pm_utils_getbytes()173 if(cur_byte == 0) in viddec_pm_utils_getbytes()