Home
last modified time | relevance | path

Searched refs:peeku (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/av/media/codec2/core/include/
DC2.h268 inline constexpr T peeku() const { in peeku() function
314 return c2_cntr_t<U>(U(mValue) op value.peeku()); \
530 return lh.peeku() < rh.peeku();
536 return lh.peeku() <= rh.peeku();
542 return lh.peeku() > rh.peeku();
548 return lh.peeku() >= rh.peeku();
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp153 work->input.ordinal.frameIndex.peeku()); in workDone()
155 (int)work->worklets.front()->output.ordinal.frameIndex.peeku()); in workDone()
254 frameIndex = work->input.ordinal.frameIndex.peeku(); in verifyFlushOutput()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp153 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/frameworks/av/media/codec2/sfplugin/
DFrameReassembler.cpp104 uint64_t diffUs = (endTimestampUs - timeUs).peeku(); in process()
112 uint64_t diffUs = (timeUs - endTimestampUs).peeku(); in process()
DC2OMXNode.cpp472 mBufferIdsInUse.lock()->emplace(work->input.ordinal.frameIndex.peeku(), buffer); in emptyBuffer()
521 auto it = bufferIds->find(index.peeku()); in onInputBufferDone()
DCCodecBufferChannel.cpp272 uint64_t frameIndex = work->input.ordinal.frameIndex.peeku(); in queueInputBufferInternal()
327 work->input.ordinal.frameIndex.peeku(), in queueInputBufferInternal()
337 watcher->onWorkDone(work->input.ordinal.frameIndex.peeku()); in queueInputBufferInternal()
1527 indices.push_back(work->input.ordinal.frameIndex.peeku()); in flush()
1643 work->input.ordinal.frameIndex.peeku()); in handleWork()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp245 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
375 if (work->input.ordinal.timestamp.peeku() == 0) mSamplesToDiscard = mCodecDelay; in process()
DC2SoftOpusEnc.cpp354 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
355 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
391 uint64_t inputIndex = work->input.ordinal.frameIndex.peeku(); in process()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp163 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp206 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp209 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
210 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
DC2SoftAmrDec.cpp278 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
DC2SoftAmrWbEnc.cpp291 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
292 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp100 (int)work->worklets.front()->output.ordinal.frameIndex.peeku(), mEos); in handleWorkDone()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp206 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
DC2SoftFlacEnc.cpp225 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
226 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp539 ALOGV("start processing frame #%" PRIu64, work->input.ordinal.frameIndex.peeku()); in processQueue()
548 ALOGV("processed frame #%" PRIu64, work->input.ordinal.frameIndex.peeku()); in processQueue()
574 uint64_t frameIndex = work->input.ordinal.frameIndex.peeku(); in processQueue()
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp66 uint64_t frameIndex = input.ordinal.frameIndex.peeku(); in _registerFrameData()
114 uint64_t frameIndex = input.ordinal.frameIndex.peeku(); in _unregisterFrameData()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp262 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp497 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
509 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
510 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp364 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/frameworks/av/media/codec2/sfplugin/tests/
DFrameReassembler_test.cpp95 << " actual timestamp: " << work->input.ordinal.timestamp.peeku() in testPushSameSize()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp812 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
827 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
828 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp819 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
834 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
835 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp161 return os << "ctr(" << v.peeku() << ")"; in operator <<()

12