Home
last modified time | relevance | path

Searched refs:peekull (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.cpp451 ALOGD("Buffer source not set (index=%llu)", index.peekull()); in onInputBufferDone()
460 ALOGV("Untracked input index %llu (maybe already removed)", index.peekull()); in onInputBufferDone()
DCCodecBufferChannel.cpp1523 mName, work->input.ordinal.frameIndex.peekull()); in handleWork()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp269 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
DC2SoftAmrWbEnc.cpp344 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacEnc.cpp228 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp471 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusEnc.cpp340 mAnchorTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
/frameworks/av/media/codec2/core/include/
DC2.h284 inline constexpr unsigned long long peekull() const { in peekull() function
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp577 uint64_t inputTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
DC2SoftVpxDec.cpp879 finishWork(((c2_cntr64_t *)img->user_priv)->peekull(), work, std::move(block)); in outputBuffer()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp472 uint64_t inputTimeStamp = work->input.ordinal.timestamp.peekull(); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp977 uint64_t workIndex = work->input.ordinal.frameIndex.peekull(); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1415 uint64_t workIndex = work->input.ordinal.frameIndex.peekull(); in process()