Searched refs:tmpLength (Results 1 – 5 of 5) sorted by relevance
127 int tmpLength = 3; variable128 streamData->buffer = std::make_unique<char[]>(tmpLength);135 data->buffer = std::make_unique<char[]>(tmpLength);137 streamData->buffer = std::make_unique<char[]>(tmpLength);
63 let tmpLength = (ret as IconItemSource[][]).length64 for (let i = 0; i < tmpLength; i++) {
1931 size_t tmpLength = length * processChannels / DEFAULT_IN_CHANNEL_NUM; in SinkRenderPrimaryProcess() local1933 chunkIn->length = tmpLength; in SinkRenderPrimaryProcess()1937 chunkIn->length = tmpLength; in SinkRenderPrimaryProcess()1939 int32_t frameLen = bitSize > 0 ? ((int32_t)tmpLength / bitSize) : 0; in SinkRenderPrimaryProcess()2977 size_t tmpLength = length * u->multiChannel.sinkChannel / DEFAULT_IN_CHANNEL_NUM; in SinkRenderMultiChannelProcess() local2979 chunkIn->length = tmpLength; in SinkRenderMultiChannelProcess()2982 chunkIn->length = tmpLength; in SinkRenderMultiChannelProcess()
407 auto tmpLength = offset > (*readPos).offsetBegin ? offset - (*readPos).offsetBegin : 0; in Seek() local408 (*readPos).accessLength = static_cast<int64_t>(tmpLength); in Seek()