Searched defs:actualNPT (Results 1 - 5 of 5) sorted by relevance

/external/opencore/nodes/pvwavffparsernode/src/
H A Dpvmf_wavffparser_node.cpp1981 uint32* actualNPT = NULL; local
1985 aCmd.PVMFWAVFFNodeCommand::Parse(targetNPT, actualNPT, actualMediaDataTS, jumpToIFrame, streamID);
2025 *actualNPT = (position_msec * 1000) / wavinfo.NumSamples + position_sec * 1000;
2028 // need to send duration in *actualNPT
2029 *actualNPT = duration;
2033 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFWAVFFParserNode::DoSetDataSourcePosition() targetNPT=%d, target sample=%d, actualNPT=%d, actualMediaTS=%d", targetNPT, target_sample, *actualNPT, *actualMediaDataTS));
2083 uint32* actualNPT = NULL; local
2088 aCmd.PVMFWAVFFNodeCommand::Parse(targetNPT, actualNPT, seektosyncpoint);
2089 if (actualNPT
[all...]
/external/opencore/nodes/pvaacffparsernode/src/
H A Dpvmf_aacffparser_node.cpp2865 uint32* actualNPT = NULL; local
2872 aCmd.PVMFAACFFParserNodeCommand::Parse(targetNPT, actualNPT, actualMediaDataTS, jumpToIFrame, streamID);
2875 if (actualNPT == NULL || actualMediaDataTS == NULL)
2885 *actualNPT = 0;
2909 *actualNPT = iAACFileInfo.iDuration;
2941 *actualNPT = iAACFileInfo.iDuration;
2976 *actualNPT = 0;
2979 PVMF_AACPARSERNODE_LOGDATATRAFFIC((0, "PVMFAACParserNode::DoSetDataSourcePosition - ADIF -targetNPT=%d, actualNPT=%d, actualMediaDataTS=%d",
2980 targetNPT, *actualNPT, *actualMediaDataTS));
3002 *actualNPT
3129 uint32* actualNPT = NULL; local
[all...]
/external/opencore/nodes/pvamrffparsernode/src/
H A Dpvmf_amrffparser_node.cpp860 uint32* actualNPT = NULL; local
865 aCmd.PVMFAMRFFNodeCommand::Parse(targetNPT, actualNPT, actualMediaDataTS, seektosyncpoint, streamID);
876 *actualNPT = 0;
919 *actualNPT = durationms;
944 *actualNPT = result;
981 *actualNPT = result;
997 *actualNPT = newtimestamp;
1019 uint32* actualNPT = NULL; local
1022 aCmd.PVMFAMRFFNodeCommand::Parse(targetNPT, actualNPT, seektosyncpoint);
1023 if (actualNPT
[all...]
/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_node.cpp3062 // contain the replaced actualNPT
3106 uint32* actualNPT = NULL; local
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;
3209 uint32* actualNPT = NULL; local
[all...]
/external/opencore/nodes/pvmp4ffparsernode/src/
H A Dpvmf_mp4ffparser_node.cpp3152 uint32* actualNPT = NULL; local
3157 aCmd.PVMFMP4FFParserNodeCommand::Parse(targetNPT, actualNPT, actualMediaDataTS, seektosyncpoint, streamID);
3160 if (actualNPT == NULL || actualMediaDataTS == NULL)
3308 *actualNPT = durationms;
3321 *actualNPT = targetNPT; // init *actualNPT to targetNPT
3349 PVMF_MP4FFPARSERNODE_LOGDATATRAFFIC((0, "PVMFMP4FFParserNode::DoSetDataSourcePosition() Video targetNPT = %d returns actualNPT=%d for trackId=%d",
3376 PVMF_MP4FFPARSERNODE_LOGDATATRAFFIC((0, "PVMFMP4FFParserNode::DoSetDataSourcePosition() Audio targetNPT = %d returns actualNPT=%d for trackId=%d",
3380 // Resetting Text Track might send 0 NPT, *actualNPT will be decided from audio and video.
3381 *actualNPT
3796 uint32* actualNPT = NULL; local
[all...]

Completed in 61 milliseconds