Searched refs:mOutputDelay (Results 1 – 6 of 6) sorted by relevance
39 mOutputDelay = value; in outputDelay()103 mInputDelay + mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()119 mPipelineDelay + mOutputDelay + mSmoothnessFactor) { in pipelineFull()
39 mOutputDelay(0), in PipelineWatcher()123 uint32_t mOutputDelay; variable
118 uint32_t mOutputDelay; member
333 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()
339 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()
160 uint32_t mOutputDelay; variable