Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.h39 mOutputDelay(0), in PipelineWatcher()
123 uint32_t mOutputDelay; variable
DPipelineWatcher.cpp39 mOutputDelay = value; in outputDelay()
104 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
120 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h117 uint32_t mOutputDelay; member
DC2SoftHevcDec.cpp332 mOutputDelay(kDefaultOutputDelay), in C2SoftHevcDec()
898 if (ps_decode_op->i4_reorder_depth >= 0 && mOutputDelay != ps_decode_op->i4_reorder_depth) { in process()
899 mOutputDelay = ps_decode_op->i4_reorder_depth; in process()
900 ALOGV("New Output delay %d ", mOutputDelay); in process()
902 C2PortActualDelayTuning::output outputDelay(mOutputDelay); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp343 mOutputDelay(kDefaultOutputDelay), in C2SoftAvcDec()
909 if (ps_decode_op->i4_reorder_depth >= 0 && mOutputDelay != ps_decode_op->i4_reorder_depth) { in process()
910 mOutputDelay = ps_decode_op->i4_reorder_depth; in process()
911 ALOGV("New Output delay %d ", mOutputDelay); in process()
913 C2PortActualDelayTuning::output outputDelay(mOutputDelay); in process()
DC2SoftAvcDec.h159 uint32_t mOutputDelay; variable