Searched refs:data_ (Results 1 – 7 of 7) sorted by relevance
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_bitread.c | 30 bitctx->curr_byte_ = *bitctx->data_++ & 0xff; in update_curbyte_default() 45 if ((*bitctx->data_ == 0x03) in update_curbyte_h264() 48 ++bitctx->data_; in update_curbyte_h264() 58 bitctx->curr_byte_ = *bitctx->data_++ & 0xff; in update_curbyte_h264() 73 if ((*bitctx->data_ == 0x03) in update_curbyte_h2645_sei() 76 ++bitctx->data_; in update_curbyte_h2645_sei() 81 bitctx->curr_byte_ = *bitctx->data_++ & 0xff; in update_curbyte_h2645_sei() 94 if (*bitctx->data_ == 0x02 && ((bitctx->prev_two_bytes_ & 0xffff) == 0)) { in update_curbyte_avs2() 98 ++bitctx->data_; in update_curbyte_avs2() 100 bitctx->curr_byte_ = *bitctx->data_++ & 0xff; in update_curbyte_avs2() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_sei.c | 335 mpp_hevc_fill_dynamic_meta(s, gb->data_, size, HDRVIVID); in vivid_display_info() 342 mpp_hevc_fill_dynamic_meta(s, gb->data_, size, HDR10PLUS); in hdr10plus_dynamic_data() 476 mpp_set_bitread_ctx(&payload_bitctx, s->HEVClc->gb.data_, payload_size); in mpp_hevc_decode_nal_sei() 535 } while (gb->bytes_left_ > 1 && gb->data_[0] != 0x80); in mpp_hevc_decode_nal_sei()
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_bitread.h | 106 RK_U8 *data_; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sei.c | 285 mpp_set_bitread_ctx(&payload_bitctx, p_bitctx->data_, sei_msg->payload_size); in process_sei()
|
| /rockchip-linux_mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_ps.c | 288 …AVS2D_PARSE_TRACE("Bitread buf %p, data %p, buf_len %d, left %d\n", bitctx->buf, bitctx->data_, bi… in avs2d_parse_sequence_header() 599 …AVS2D_PARSE_TRACE("Bitread buf %p, data %p, buf_len %d, left %d\n", bitctx->buf, bitctx->data_, bi… in parse_picture_header_intra()
|
| /rockchip-linux_mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 887 buf_ptr = ctx->bit_ctx->data_; in jpegd_decode_frame()
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 2524 mpp_av1_fill_dynamic_meta(ctx, gb->data_, mpp_get_bits_left(gb) >> 3, HDR10PLUS); in mpp_av1_metadata_itut_t35()
|