Home
last modified time | relevance | path

Searched refs:mOutputDelay (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.cpp39 mOutputDelay = value; in outputDelay()
103 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
119 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
DPipelineWatcher.h39 mOutputDelay(0), in PipelineWatcher()
123 uint32_t mOutputDelay; variable
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h118 uint32_t mOutputDelay; member
DC2SoftHevcDec.cpp333 mOutputDelay(kDefaultOutputDelay), in C2SoftHevcDec()
891 if (s_decode_op.i4_reorder_depth >= 0 && mOutputDelay != s_decode_op.i4_reorder_depth) { in process()
892 mOutputDelay = s_decode_op.i4_reorder_depth; in process()
893 ALOGV("New Output delay %d ", mOutputDelay); in process()
895 C2PortActualDelayTuning::output outputDelay(mOutputDelay); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp339 mOutputDelay(kDefaultOutputDelay), in C2SoftAvcDec()
896 if (s_decode_op.i4_reorder_depth >= 0 && mOutputDelay != s_decode_op.i4_reorder_depth) { in process()
897 mOutputDelay = s_decode_op.i4_reorder_depth; in process()
898 ALOGV("New Output delay %d ", mOutputDelay); in process()
900 C2PortActualDelayTuning::output outputDelay(mOutputDelay); in process()
DC2SoftAvcDec.h160 uint32_t mOutputDelay; variable