Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c29 #define VPU_BITSTREAM_START_CODE (0x42564b52) /* RKVB, rockchip video bitstream */ macro
521 RK_S32 offset = (VPU_BITSTREAM_START_CODE == val[0]) ? 32 : 0; in m2vd_parser_prepare()