Home
last modified time | relevance | path

Searched refs:oCookie (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ape_reader/
H A DAPEReader.h29 virtual status_t AllocateCookie(int32 oStreamNumber, void** oCookie);
30 virtual status_t FreeCookie(void* oCookie);
32 virtual status_t GetStreamInfo(void* oCookie, int64* oFrameCount,
42 virtual status_t GetNextChunk(void* oCookie, const void** oChunkBuffer,
H A DAPEReader.cpp32 TAPEReader::AllocateCookie(int32 oStreamNumber, void** oCookie) in AllocateCookie() argument
34 *oCookie = NULL; in AllocateCookie()
55 TAPEReader::FreeCookie(void* oCookie) in FreeCookie() argument
79 TAPEReader::GetNextChunk(void* oCookie, const void** oChunkBuffer, in GetNextChunk() argument
110 TAPEReader::GetStreamInfo(void* oCookie, int64* oFrameCount, in GetStreamInfo() argument