Home
last modified time | relevance | path

Searched refs:tmpLength (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_common_data_test/
H A Dstream_common_data_test.cpp127 int tmpLength = 3; variable
128 streamData->buffer = std::make_unique<char[]>(tmpLength);
135 data->buffer = std::make_unique<char[]>(tmpLength);
137 streamData->buffer = std::make_unique<char[]>(tmpLength);
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/
H A Dmulti-time-consuming-tasks.md63 let tmpLength = (ret as IconItemSource[][]).length
64 for (let i = 0; i < tmpLength; i++) {
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dmulti-time-consuming-tasks.md63 let tmpLength = (ret as IconItemSource[][]).length
64 for (let i = 0; i < tmpLength; i++) {
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1931 size_t tmpLength = length * processChannels / DEFAULT_IN_CHANNEL_NUM; in SinkRenderPrimaryProcess() local
1933 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() local
2979 chunkIn->length = tmpLength; in SinkRenderMultiChannelProcess()
2982 chunkIn->length = tmpLength; in SinkRenderMultiChannelProcess()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dmedia_cached_buffer.cpp407 auto tmpLength = offset > (*readPos).offsetBegin ? offset - (*readPos).offsetBegin : 0; in Seek() local
408 (*readPos).accessLength = static_cast<int64_t>(tmpLength); in Seek()