Searched refs:mOutputDelay (Results 1 – 6 of 6) sorted by relevance
39 mOutputDelay(0), in PipelineWatcher()123 uint32_t mOutputDelay; variable
39 mOutputDelay = value; in outputDelay()104 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()120 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
117 uint32_t mOutputDelay; member
332 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()
343 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()
159 uint32_t mOutputDelay; variable