Home
last modified time | relevance | path

Searched refs:DEFAULT_START_PTS (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c611 g_vid_auctx.pts = g_vid_auctx.dts = DEFAULT_START_PTS; in MAdp_TSMUX_Init()
614 g_aud_auctx.pts = g_aud_auctx.dts = DEFAULT_START_PTS; in MAdp_TSMUX_Init()
818 …nFrameIndex-1*/Madp_out_frame_count) * MPEG_TS_CLOCKRATE / g_avs[0].framerate) + DEFAULT_START_PTS; in MAdp_TSMUX_AddFrame()
829 …id_auctx.pts = (Madp_out_frame_count) * MPEG_TS_CLOCKRATE / g_avs[0].framerate + DEFAULT_START_PTS; in MAdp_TSMUX_AddFrame()
H A DTsMuxer.h102 #define DEFAULT_START_PTS 1000 macro