Searched refs:GetHeaderFormat (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaFormat.h34 status_t GetHeaderFormat(media_format *out_format, const void *header, size_t size, int stream_id);
H A DMediaFormat.cpp185 GetHeaderFormat(media_format *out_format, const void *header, size_t size, int stream_id) function
190 printf("GetHeaderFormat: stream_id %02x\n", stream_id);
210 printf("GetHeaderFormat: don't know what this stream_id means\n");
215 printf("GetHeaderFormat: failed!\n");
217 printf("GetHeaderFormat: out_format ");
H A DDVBMediaNode.cpp2155 status = GetHeaderFormat(format, data, size, stream_id);
2157 TRACE("GetHeaderFormat failed, error %lx\n", status);

Completed in 90 milliseconds