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()
130 uint32_t mOutputDelay; variable
DPipelineWatcher.cpp39 mOutputDelay = value; in outputDelay()
114 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
130 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h114 uint32_t mOutputDelay; member
DC2SoftHevcDec.cpp337 mOutputDelay(kDefaultOutputDelay), in C2SoftHevcDec()
905 if (ps_decode_op->i4_reorder_depth >= 0 && mOutputDelay != ps_decode_op->i4_reorder_depth) { in process()
906 mOutputDelay = ps_decode_op->i4_reorder_depth; in process()
907 ALOGV("New Output delay %d ", mOutputDelay); in process()
909 C2PortActualDelayTuning::output outputDelay(mOutputDelay); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h156 uint32_t mOutputDelay; variable
DC2SoftAvcDec.cpp346 mOutputDelay(kDefaultOutputDelay), in C2SoftAvcDec()
914 if (ps_decode_op->i4_reorder_depth >= 0 && mOutputDelay != ps_decode_op->i4_reorder_depth) { in process()
915 mOutputDelay = ps_decode_op->i4_reorder_depth; in process()
916 ALOGV("New Output delay %d ", mOutputDelay); in process()
918 C2PortActualDelayTuning::output outputDelay(mOutputDelay); in process()