Searched refs:picture_pts (Results 1 – 1 of 1) sorted by relevance
256 int64_t picture_pts; member285 picture_pts = AV_NOPTS_VALUE_; in init()674 picture_pts = AV_NOPTS_VALUE_; in grabFrame()712 if( picture_pts == AV_NOPTS_VALUE_ ) in grabFrame()713 … picture_pts = packet.pts != AV_NOPTS_VALUE_ && packet.pts != 0 ? packet.pts : packet.dts; in grabFrame()726 first_frame_number = dts_to_frame_number(picture_pts); in grabFrame()922 frame_number = dts_to_frame_number(picture_pts) - first_frame_number; in seek()985 picture_pts=(int64_t)value; in setProperty()