Searched refs:mOutputDelay (Results 1 – 6 of 6) sorted by relevance
39 mOutputDelay(0), in PipelineWatcher()130 uint32_t mOutputDelay; variable
39 mOutputDelay = value; in outputDelay()114 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()130 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
114 uint32_t mOutputDelay; member
337 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()
156 uint32_t mOutputDelay; variable
346 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()