Searched refs:iStreamParams (Results 1 – 1 of 1) sorted by relevance
1337 iStreamParams = aStreamParams; in setStreamParams()1341 return &iStreamParams; in getStreamParams()1347 iStreamParams.iAccelBitrate = aAccelBitrate; in SetAccelBitrate()1351 iStreamParams.iAccelDuration = aAccelDuration; in SetAccelDuration()1357 iStreamParams.iMaxHttpStreamingSize = aMaxHttpStreamingSize; in SetMaxHttpStreamingSize()1494 …iStreamParams.iUserID = OSCL_HeapString<OsclMemAllocator> (aUserID.get_cstr(), aUserID.get_size()); in setUserAuthInfo()1498 …iStreamParams.iUserPasswd = OSCL_HeapString<OsclMemAllocator> (aPasswd.get_cstr(), aPasswd.get_siz… in setUserAuthInfo()1615 PVProtocolEngineMSHttpStreamingParams iStreamParams; variable