Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_sei.c100 …case 2 : s->picture_struct = MPP_PICTURE_STRUCTURE_BOTTOM_FIELD; h265d_dbg(H265D_DBG_SEI, "botto… in decode_pic_timing()
108 …case 10 : s->picture_struct = MPP_PICTURE_STRUCTURE_BOTTOM_FIELD; h265d_dbg(H265D_DBG_SEI, "botto… in decode_pic_timing()
110 …case 12 : s->picture_struct = MPP_PICTURE_STRUCTURE_BOTTOM_FIELD; h265d_dbg(H265D_DBG_SEI, "botto… in decode_pic_timing()
H A Dh265d_codec.h43 MPP_PICTURE_STRUCTURE_BOTTOM_FIELD, //< coded as bottom field enumerator
H A Dh265d_ps.c1583 (s->picture_struct == MPP_PICTURE_STRUCTURE_BOTTOM_FIELD)) { in mpp_hevc_decode_nal_sps()