Home | History | Annotate | Download | only in src

Lines Matching refs:actualNPT

3062     // contain the replaced actualNPT
3106 uint32* actualNPT = NULL;
3117 aCmd.PVMFMP3FFParserNodeCommand::Parse(targetNPT, actualNPT,
3154 *actualNPT = duration;
3157 (0, "PVMFMP3FFParserNode::DoSetDataSourcePosition: targetNPT=%d, actualNPT=%d, actualMediaTS=%d",
3158 targetNPT, *actualNPT, *actualMediaDataTS));
3172 *actualNPT = iMP3File->SeekToTimestamp(targetNPT);
3174 if (duration > 0 && *actualNPT == duration)
3182 iTrack.iClockConverter->set_clock_other_timescale(*actualNPT, COMMON_PLAYBACK_CLOCK_TIMESCALE);
3183 iTrack.timestamp_offset -= *actualNPT;
3198 (0, "PVMFMP3FFParserNode::DoSetDataSourcePosition: targetNPT=%d, actualNPT=%d, actualMediaTS=%d",
3199 targetNPT, *actualNPT, *actualMediaDataTS));
3209 uint32* actualNPT = NULL;
3212 aCmd.PVMFMP3FFParserNodeCommand::Parse(targetNPT, actualNPT, seektosyncpoint);
3213 if (actualNPT == NULL)
3233 *actualNPT = targetNPT;
3240 iMP3File->SeekPointFromTimestamp(*actualNPT);