Home
last modified time | relevance | path

Searched refs:aExpectedClientClockVal (Results 1 – 7 of 7) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_extension_interface.cpp132 uint32 aExpectedClientClockVal) in PrepareForRepositioning() argument
134 … return (iContainer->PrepareForRepositioning(oUseExpectedClientClockVal, aExpectedClientClockVal)); in PrepareForRepositioning()
Dpvmf_jitter_buffer_node.cpp1023 uint32 aExpectedClientClockVal) in PrepareForRepositioning() argument
1025 …tClockVal[%d], aExpectedClientClockVal[%d]", oUseExpectedClientClockVal, aExpectedClientClockVal)); in PrepareForRepositioning()
1027 … ipJitterBufferMisc->PrepareForRepositioning(oUseExpectedClientClockVal, aExpectedClientClockVal); in PrepareForRepositioning()
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_ext_interface.h80 uint32 aExpectedClientClockVal = 0) = 0; //called for RTSP based streaming only
Dpvmf_jitter_buffer_internal.h161 uint32 aExpectedClientClockVal = 0);
Dpvmf_jitter_buffer_node.h213 … uint32 aExpectedClientClockVal = 0); //called for RTSP based streaming only
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jb_jitterbuffermisc.h81 …_REF bool PrepareForRepositioning(bool oUseExpectedClientClockVal, uint32 aExpectedClientClockVal);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jb_jitterbuffermisc.cpp275 …ufferMisc::PrepareForRepositioning(bool oUseExpectedClientClockVal, uint32 aExpectedClientClockVal) in PrepareForRepositioning() argument
299 ts = aExpectedClientClockVal; in PrepareForRepositioning()