Home
last modified time | relevance | path

Searched refs:peeku (Results 1 – 25 of 34) 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.cpp112 work->input.ordinal.frameIndex.peeku()); in workDone()
114 (int)work->worklets.front()->output.ordinal.frameIndex.peeku()); in workDone()
207 frameIndex = work->input.ordinal.frameIndex.peeku(); in verifyFlushOutput()
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp151 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/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()
/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.cpp536 ALOGV("start processing frame #%" PRIu64, work->input.ordinal.frameIndex.peeku()); in processQueue()
545 ALOGV("processed frame #%" PRIu64, work->input.ordinal.frameIndex.peeku()); in processQueue()
571 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/sfplugin/
DC2OMXNode.cpp412 mBufferIdsInUse.lock()->emplace(work->input.ordinal.frameIndex.peeku(), buffer); in emptyBuffer()
458 auto it = bufferIds->find(index.peeku()); in onInputBufferDone()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp363 (int)work->input.ordinal.timestamp.peeku(), (int)work->input.ordinal.frameIndex.peeku()); in process()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp514 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
526 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
527 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp810 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
825 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
826 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp807 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
822 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
823 (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 <<()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp888 uint32_t workIndex = work->input.ordinal.frameIndex.peeku() & 0xFFFFFFFF; in process()
903 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
904 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp418 (int)work->input.ordinal.timestamp.peeku(), in process()
419 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp135 EXPECT_GE((work->worklets.front()->output.ordinal.timestamp.peeku()), in handleWorkDone()
138 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp455 inSize, (int)work->input.ordinal.timestamp.peeku(), in process()
456 (int)work->input.ordinal.frameIndex.peeku(), work->input.flags); in process()

12