Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/dvb/
H A DMediaStreamDecoder.cpp30 MediaStreamDecoder::Decode(void *out_buffer, int64 *out_frameCount, in Decode() argument
33 return BMediaDecoder::Decode(out_buffer, out_frameCount, out_mh, info); in Decode()
H A DMediaStreamDecoder.h18 status_t Decode(void *out_buffer, int64 *out_frameCount,
/haiku/src/kits/media/
H A DMediaDecoder.cpp163 int64 *out_frameCount, in Decode() argument
170 return fDecoder->Decode(out_buffer, out_frameCount, out_mh, info); in Decode()
271 int64 *out_frameCount, in DecodeBuffer() argument
277 return Decode(out_buffer, out_frameCount, out_mh,info); in DecodeBuffer()
H A DMediaTrack.cpp411 _header->start_time % 1000000, *out_frameCount); in ReadFrames()
/haiku/headers/os/media/
H A DMediaDecoder.h34 status_t Decode(void *out_buffer, int64 *out_frameCount,
82 void *out_buffer, int64 *out_frameCount,