Searched refs:videoNotDecodedMBs (Results 1 – 5 of 5) sorted by relevance
7727 Delete_VideoNotDecodedMBs(x->videoNotDecodedMBs); in Delete_MiType()7728 OSCL_DEFAULT_FREE(x->videoNotDecodedMBs); in Delete_MiType()
11547 … x->videoNotDecodedMBs = (PS_VideoNotDecodedMBs) OSCL_DEFAULT_MALLOC(sizeof(S_VideoNotDecodedMBs)); in Decode_MiType()11548 Decode_VideoNotDecodedMBs(x->videoNotDecodedMBs, stream); in Decode_MiType()
8642 … PutExtensionItem(EPASS Encode_VideoNotDecodedMBs, (uint8*)x->videoNotDecodedMBs, stream); in Encode_MiType()
9392 Analyze_VideoNotDecodedMBs(x->videoNotDecodedMBs, "videoNotDecodedMBs", tag, indent); in Analyze_MiType()
5401 struct _VideoNotDecodedMBs *videoNotDecodedMBs; member