Searched defs:inDesc (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
H A DAudioFilePlayer.c41 static void PrintStreamDesc (AudioStreamBasicDescription *inDesc) argument
43 if (!inDesc) {
49 printf (" Sample Rate:%f\n", inDesc->mSampleRate);
50 printf (" Format ID:%s\n", (char*)&inDesc->mFormatID);
51 printf (" Format Flags:%lX\n", inDesc->mFormatFlags);
52 printf (" Bytes per Packet:%ld\n", inDesc->mBytesPerPacket);
53 printf (" Frames per Packet:%ld\n", inDesc->mFramesPerPacket);
54 printf (" Bytes per Frame:%ld\n", inDesc->mBytesPerFrame);
55 printf (" Channels per Frame:%ld\n", inDesc->mChannelsPerFrame);
56 printf (" Bits per Channel:%ld\n", inDesc
[all...]
/external/skia/src/gpu/
H A DGrContext.cpp430 const GrTextureDesc& inDesc,
433 GrTextureDesc desc = inDesc;
463 desc.fFlags = inDesc.fFlags;
467 desc.fFlags = inDesc.fFlags;
478 desc.fFlags = inDesc.fFlags;
429 lockScratchTexture( const GrTextureDesc& inDesc, ScratchTexMatch match) argument

Completed in 94 milliseconds