Home
last modified time | relevance | path

Searched refs:mOutIndex (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.h62 std::atomic_uint64_t mOutIndex; variable
DC2SoftAacEnc.cpp162 mOutIndex(0u) { in C2SoftAacEnc()
477 outOrdinal.frameIndex = mOutIndex++; in process()
545 outOrdinal.frameIndex = mOutIndex++; in process()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusEnc.cpp121 mOutIndex(0u) { in C2SoftOpusEnc()
485 outOrdinal.frameIndex = mOutIndex++; in process()
511 outOrdinal.frameIndex = mOutIndex++; in process()
524 outOrdinal.frameIndex = mOutIndex++; in process()
563 outOrdinal.frameIndex = mOutIndex++; in drainInternal()
DC2SoftOpusEnc.h80 std::atomic_uint64_t mOutIndex; member
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h125 std::atomic_uint64_t mOutIndex; member
DC2SoftHevcDec.cpp333 mOutIndex(0u) { in C2SoftHevcDec()
731 mOutIndex = index; in finishWork()
734 mOutIndex, work, in finishWork()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h167 std::atomic_uint64_t mOutIndex; variable
DC2SoftAvcDec.cpp339 mOutIndex(0u) { in C2SoftAvcDec()
735 mOutIndex = index; in finishWork()
738 mOutIndex, work, in finishWork()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h165 std::atomic_uint64_t mOutIndex; member
DC2SoftMpeg2Dec.cpp319 mOutIndex(0u) { in C2SoftMpeg2Dec()
809 mOutIndex = index; in finishWork()
812 mOutIndex, work, in finishWork()