Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.c160 memset(&ctx->Framehead, 0, 3 * sizeof(M2VDFrameHead)); in m2vd_parser_init_ctx()
162 ctx->frame_ref0 = &ctx->Framehead[0]; in m2vd_parser_init_ctx()
163 ctx->frame_ref1 = &ctx->Framehead[1]; in m2vd_parser_init_ctx()
164 ctx->frame_cur = &ctx->Framehead[2]; in m2vd_parser_init_ctx()
166 mpp_frame_init(&ctx->Framehead[i].f); in m2vd_parser_init_ctx()
167 if (!ctx->Framehead[i].f) { in m2vd_parser_init_ctx()
171 ctx->Framehead[i].picCodingType = 0xffffffff; in m2vd_parser_init_ctx()
172 ctx->Framehead[i].slot_index = -1; in m2vd_parser_init_ctx()
294 mpp_frame_deinit(&p->Framehead[k].f); in m2vd_parser_deinit()
H A Dm2vd_parser.h273 M2VDFrameHead Framehead[3]; member