Home
last modified time | relevance | path

Searched refs:iBufSize (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/audio/dart/
DSDL_dart.c88 int iBufSize; in DART_OpenAudio() local
148 iBufSize = spec->size; in DART_OpenAudio()
194 _this->hidden->BufferParms.ulBufferSize = iBufSize; // each with this size in DART_OpenAudio()
237 SDL_memset(_this->hidden->pMixBuffers[i].pBuffer, iSilence, iBufSize); in DART_OpenAudio()
263 _this->hidden->iCurrBufSize = iBufSize; in DART_OpenAudio()
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtspenginenodeextensioninterface.h107 uint32 iBufSize; //bytes member
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2991 oscl_snprintf(buffer, 256, "%d", aSelected.iBufSize); in composeSetupRequest()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp5706 sInfo.iBufSize = sizeInBytes; in SendSessionSourceInfoToSessionController()