Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddata_packer.cpp109 uint64_t offsetEnd = offset + size; in IsDataAvailable() local
113 … MEDIA_LOG_DD("IsDataAvailable bufCnt == 1, result " PUBLIC_LOG_D32, offsetEnd <= curOffsetEnd); in IsDataAvailable()
114 return offsetEnd <= curOffsetEnd; in IsDataAvailable()
119 if (curOffsetEnd >= offsetEnd) { in IsDataAvailable()
121 ", curOffsetEnd " PUBLIC_LOG_U64, i, offsetEnd, curOffsetEnd); in IsDataAvailable()
127 if (preOffsetEnd >= offsetEnd) { in IsDataAvailable()
134 offsetEnd, preOffsetEnd); in IsDataAvailable()
164 auto offsetEnd = offset + needCopySize; in PeekRangeInternal() local
166 if (offsetEnd <= curOffsetEnd) { // first buffer is enough in PeekRangeInternal()
194 (void)CopyFromSuccessiveBuffer(prevOffset, offsetEnd, startIndex, dstPtr, needCopySize); in PeekRangeInternal()
[all …]
H A Ddata_packer.h102 …int32_t CopyFromSuccessiveBuffer(uint64_t prevOffset, uint64_t offsetEnd, int32_t startIndex, uint…
/ohos5.0/base/time/time_service/services/time/src/
H A Dsntp_client.cpp220 int offsetEnd = ORIGINATE_TIMESTAMP_OFFSET + sizeof(uint64_t); in CreateMessage() local
221 for (int loop = ORIGINATE_TIMESTAMP_OFFSET; loop < offsetEnd; loop++) { in CreateMessage()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/demuxer/minimp4_demuxer/
H A Dminimp4_demuxer_plugin.cpp394 uint64_t offsetEnd = in SeekTo() local
398 if (targetPos >= offsetEnd) { in SeekTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp494 bool offsetEnd = gridLayoutInfo_.offsetEnd_; in OnDirtyLayoutWrapperSwap() local
503 if (!offsetEnd && gridLayoutInfo_.offsetEnd_) { in OnDirtyLayoutWrapperSwap()