Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c363 RK_S32 h265d_syntax_fill_slice(void *ctx, RK_S32 input_index) in h265d_syntax_fill_slice() argument
375 if (-1 != input_index) { in h265d_syntax_fill_slice()
376 mpp_buf_slot_get_prop(h->packet_slots, input_index, SLOT_BUFFER, &streambuf); in h265d_syntax_fill_slice()
446 if (-1 != input_index) { in h265d_syntax_fill_slice()
449 mpp_buf_slot_set_flag(h->packet_slots, input_index, SLOT_CODEC_READY); in h265d_syntax_fill_slice()
450 mpp_buf_slot_set_flag(h->packet_slots, input_index, SLOT_HAL_INPUT); in h265d_syntax_fill_slice()
H A Dh265d_codec.h151 RK_S32 h265d_syntax_fill_slice(void *ctx, RK_S32 input_index);