Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
Dh245_deleter.cpp7727 Delete_VideoNotDecodedMBs(x->videoNotDecodedMBs); in Delete_MiType()
7728 OSCL_DEFAULT_FREE(x->videoNotDecodedMBs); in Delete_MiType()
Dh245_decoder.cpp11547 … x->videoNotDecodedMBs = (PS_VideoNotDecodedMBs) OSCL_DEFAULT_MALLOC(sizeof(S_VideoNotDecodedMBs)); in Decode_MiType()
11548 Decode_VideoNotDecodedMBs(x->videoNotDecodedMBs, stream); in Decode_MiType()
Dh245_encoder.cpp8642 … PutExtensionItem(EPASS Encode_VideoNotDecodedMBs, (uint8*)x->videoNotDecodedMBs, stream); in Encode_MiType()
Dh245_analysis.cpp9392 Analyze_VideoNotDecodedMBs(x->videoNotDecodedMBs, "videoNotDecodedMBs", tag, indent); in Analyze_MiType()
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
Dh245def.h5401 struct _VideoNotDecodedMBs *videoNotDecodedMBs; member