Searched refs:size_of_customPictureFormat (Results 1 – 5 of 5) sorted by relevance
1270 uint16 size_of_customPictureFormat; member
2733 x->size_of_customPictureFormat = (uint8) GetInteger(1, 16, stream); in Decode_H263Options()2735 … OSCL_DEFAULT_MALLOC(x->size_of_customPictureFormat * sizeof(S_CustomPictureFormat)); in Decode_H263Options()2736 for (i = 0; i < x->size_of_customPictureFormat; ++i) in Decode_H263Options()
2010 PutInteger(1, 16, (uint32)x->size_of_customPictureFormat, stream); in Encode_H263Options()2011 for (i = 0; i < x->size_of_customPictureFormat; ++i) in Encode_H263Options()
1743 for (i = 0; i < x->size_of_customPictureFormat; ++i) in Delete_H263Options()
2109 …ShowPERInteger(tag, indent, "size_of_customPictureFormat", (uint32)x->size_of_customPictureFormat); in Analyze_H263Options()2110 for (i = 0; i < x->size_of_customPictureFormat; ++i) in Analyze_H263Options()