Searched refs:GetIndex (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/add-ons/media/plugins/asf_reader/
H A DASFIndex.h54 IndexEntry GetIndex(uint32 frameNo);
56 IndexEntry GetIndex(bigtime_t pts);
H A DASFIndex.cpp69 StreamEntry::GetIndex(uint32 frameNo) function in class:StreamEntry
97 StreamEntry::GetIndex(bigtime_t pts) function in class:StreamEntry
H A DASFFileReader.h107 IndexEntry GetIndex(uint32 streamIndex, uint32 frameNo);
H A DASFFileReader.cpp263 ASFFileReader::GetIndex(uint32 streamIndex, uint32 frameNo) function in class:ASFFileReader
265 return streams[streamIndex].GetIndex(frameNo);
282 return streams[streamIndex].GetIndex(time).frameNo;
328 IndexEntry indexEntry = GetIndex(streamIndex, pFrameNo);
H A Dasf_reader.cpp490 indexEntry = theFileReader->GetIndex(asfCookie->stream,*frame);
498 indexEntry = theFileReader->GetIndex(asfCookie->stream,*frame);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCMonitorCtrl.cpp129 wIndex = GetIndex(wBusIn,wBusOut);
239 WORD wIndex = GetIndex(wBusIn,wBusOut);
350 WORD wIndex = GetIndex(wBusIn,wBusOut);
394 WORD wIndex = GetIndex(wBusIn,wBusOut);
428 WORD wIndex = GetIndex(wBusIn,wBusOut);
456 WORD wIndex = GetIndex(wBusIn,wBusOut);
501 WORD wIndex = GetIndex(wBusIn,wBusOut);
H A DCPipeOutCtrl.cpp121 wIndex = GetIndex(wPipe,wStereoBus << 1);
262 WORD wIndex = GetIndex(wPipeOut,wBusOut);
406 WORD wIndex = GetIndex(wPipeOut,wBusOut);
456 WORD wIndex = GetIndex(wPipeOut,wBusOut);
484 WORD wIndex = GetIndex(wPipeOut,wBusOut);
529 WORD wIndex = GetIndex(wPipeOut,wBusOut);
561 WORD wIndex = GetIndex(wPipeOut,wBusOut);
H A DCMonitorCtrl.h60 WORD GetIndex(WORD wBusIn,WORD wBusOut) function in class:CMonitorCtrl
H A DCPipeOutCtrl.h57 WORD GetIndex(WORD wPipe,WORD wBus) function in class:CPipeOutCtrl
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h101 "entry name space (%lu - %u)!\n", index, GetIndex(),
164 "headers!\n", GetIndex(), fNode->GetNumber(), GetLen(),
H A DItem.cpp129 // GetIndex
131 Item::GetIndex() const function in class:Item
211 "item space offset: %lu, block size: %lu)!\n", GetIndex(),
H A DItem.h73 int32 GetIndex() const;
H A DIterators.h70 int32 GetIndex() const;
H A DStatItem.h242 GetIndex(), fNode->GetNumber(), GetLen()));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDirItem.h101 "entry name space (%lu - %u)!\n", index, GetIndex(),
164 "headers!\n", GetIndex(), fNode->GetNumber(), GetLen(),
H A DItem.cpp129 // GetIndex
131 Item::GetIndex() const function in class:Item
211 "item space offset: %lu, block size: %lu)!\n", GetIndex(),
H A DItem.h73 int32 GetIndex() const;
H A DIterators.h70 int32 GetIndex() const;
H A DStatItem.h242 GetIndex(), fNode->GetNumber(), GetLen()));
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.h41 AttributeIndex *GetIndex() const { return fIndex; } function in class:Attribute
H A DBlockAllocatorAreaBucket.h19 inline int32 GetIndex() const { return fIndex; } function in class:BlockAllocator::AreaBucket
H A DAttributeIndexImpl.cpp236 if (attribute && attribute->GetIndex() == this) {
294 bool result = (attribute && attribute->GetIndex() == this);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttribute.h38 AttributeIndex *GetIndex() const { return fIndex; } function in class:Attribute
H A DBlockAllocatorAreaBucket.h19 inline int32 GetIndex() const { return fIndex; } function in class:BlockAllocator::AreaBucket
H A DAttributeIndexImpl.cpp240 if (attribute && attribute->GetIndex() == this) {
298 bool result = (attribute && attribute->GetIndex() == this);

Completed in 77 milliseconds

12