Home
last modified time | relevance | path

Searched refs:coded_height (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h106 RK_S32 coded_width, coded_height; member
H A Dh265d_refs.c99 mpp_frame_set_ver_stride(frame->frame, s->h265dctx->coded_height); in alloc_frame()
115 mpp_frame_set_ver_stride(frame->frame, s->h265dctx->coded_height + 16); in alloc_frame()
151 s->poc, s->h265dctx->coded_width, s->h265dctx->coded_height); in alloc_frame()
H A Dh265d_parser.c494 s->h265dctx->coded_height = sps->height; in set_sps()