Lines Matching refs:in_formats
98 in_formats = NULL; in dormant_flavor_info()
109 delete[] in_formats; in ~dormant_flavor_info()
118 in_formats = NULL; in dormant_flavor_info()
150 delete [] in_formats; in operator =()
151 in_formats = NULL; in operator =()
157 in_formats = new(std::nothrow) media_format[clone.in_format_count]; in operator =()
158 if (in_formats != NULL && clone.in_formats != NULL) { in operator =()
161 const_cast<media_format &>(in_formats[i]) in operator =()
162 = clone.in_formats[i]; in operator =()
228 p[i] = in_formats[i]; in add_in_format()
230 delete [] in_formats; in add_in_format()
231 in_formats = p; in add_in_format()
284 && in_formats != NULL) in FlattenedSize()
313 && in_formats != NULL) { in Flatten()
362 memcpy(buf, in_formats, inFormatSize); buf += inFormatSize; in Flatten()
402 delete[] in_formats; in Unflatten()
403 in_formats = NULL; in Unflatten()
443 in_formats = new(std::nothrow) media_format[count]; in Unflatten()
444 if (!in_formats) in Unflatten()
449 (&in_formats[i])->Unflatten(buf); in Unflatten()