Home
last modified time | relevance | path

Searched refs:update_curbyte (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_bitread.c129 if (bitctx->update_curbyte(bitctx)) { in mpp_read_bits()
177 if (bitctx->update_curbyte(bitctx)) { in mpp_skip_bits()
306 if (bitctx->num_remaining_bits_in_curr_byte_ == 0 && bitctx->update_curbyte(bitctx)) in mpp_has_more_rbsp_data()
344 bitctx->update_curbyte = update_curbyte_h264; in mpp_set_bitread_pseudo_code_type()
347 bitctx->update_curbyte = update_curbyte_h2645_sei; in mpp_set_bitread_pseudo_code_type()
350 bitctx->update_curbyte = update_curbyte_avs2; in mpp_set_bitread_pseudo_code_type()
353 bitctx->update_curbyte = update_curbyte_default; in mpp_set_bitread_pseudo_code_type()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_bitread.h126 MPP_RET (*update_curbyte)(struct bitread_ctx_t *bitctx); member