Searched refs:offsetEnd (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/ |
H A D | data_packer.cpp | 109 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 D | data_packer.h | 102 …int32_t CopyFromSuccessiveBuffer(uint64_t prevOffset, uint64_t offsetEnd, int32_t startIndex, uint…
|
/ohos5.0/base/time/time_service/services/time/src/ |
H A D | sntp_client.cpp | 220 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 D | minimp4_demuxer_plugin.cpp | 394 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 D | grid_pattern.cpp | 494 bool offsetEnd = gridLayoutInfo_.offsetEnd_; in OnDirtyLayoutWrapperSwap() local 503 if (!offsetEnd && gridLayoutInfo_.offsetEnd_) { in OnDirtyLayoutWrapperSwap()
|