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

/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkAudIO.h191 long totalFrames; /* how many frames there are */ member in struct:ADesc
H A DjkFormatMP3.c3110 int layer, br_index, sr_index = 0, pad, mode, totalFrames=0; local
3412 totalFrames = (int)((float)(tailpos + indx - (offset + ID3Extra)) / tailAverage);
3416 totalFrames = (obj->length - (offset + ID3Extra)) / Si->bytesPerFrame;
3421 totalFrames = (length - (offset + ID3Extra)) / Si->bytesPerFrame;
3432 totalFrames = xFrames;
3448 S->length = (totalFrames * 576) * (Si->id ? 2:1);
3457 Snack_WriteLogInt (" Total Frames",totalFrames);
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalSource.cpp4667 UInt32 totalFrames = 0; local
4671 totalFrames += it->mBuffer->GetFrameCount();
4675 return (totalFrames);

Completed in 196 milliseconds