Searched refs:_header (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfCompressor.h101 const Header & header () const {return _header;}
195 const Header & _header; member in class:Imf::Compressor
H A DImfCompressor.cpp55 Compressor::Compressor (const Header &hdr): _header (hdr) {}
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dancillary_data.h26 void* previousData, ancillary_data_header* _header);
H A Dancillary_data.cpp185 ancillary_data_header* _header)
199 if (_header != NULL)
200 *_header = ancillaryData->header;
184 next_ancillary_data(ancillary_data_container* container, void* previousData, ancillary_data_header* _header) argument
H A Dsimple_net_buffer.cpp561 ancillary_data_header *_header)
577 if (_header != NULL)
578 *_header = ancillaryData->header;
560 next_ancillary_data(net_buffer *_buffer, void *previousData, ancillary_data_header *_header) argument
H A Dnet_buffer.cpp911 data_header** _header = NULL)
931 if (_header != NULL)
932 *_header = buffer->allocation_header;
/haiku-fatelf/src/kits/media/
H A DMediaTrack.cpp309 media_header* _header, media_decode_info* info)
318 if (_header == NULL)
319 _header = &header;
322 memset(_header, 0, sizeof(media_header));
326 result = fRawDecoder->Decode(buffer, _frameCount, _header, info);
328 result = fDecoder->Decode(buffer, _frameCount, _header, info);
333 fCurrentTime = _header->start_time + framesDuration;
349 // "%lld frames\n", fStream, _header->start_time / 1000000,
350 // _header->start_time % 1000000, *out_frameCount);
513 BMediaTrack::ReadChunk(char** _buffer, int32* _size, media_header* _header) argument
308 ReadFrames(void* buffer, int64* _frameCount, media_header* _header, media_decode_info* info) argument
[all...]
/haiku-fatelf/headers/private/net/
H A Dnet_stack.h184 void* previousData, ancillary_data_header* _header);
/haiku-fatelf/src/kits/app/
H A DMessage.cpp1109 BMessage::_FlattenToArea(message_header **_header) const
1123 *_header = header;
1137 *_header = NULL;
/haiku-fatelf/headers/os/app/
H A DMessage.h503 status_t _FlattenToArea(message_header** _header) const;

Completed in 163 milliseconds