FindKeyFrameForFrame
status_t FindKeyFrameForFrame(int64* _frame,
fVideoTrackSupplier->FindKeyFrameForFrame(&fSeekFrame);
virtual status_t FindKeyFrameForFrame(int64* frame);
error = fMediaTrack->FindKeyFrameForFrame(&keyFrame,
fMediaTrack->FindKeyFrameForFrame(&keyFrame0,
fMediaTrack->FindKeyFrameForFrame(&keyFrame1,
error = fMediaTrack->FindKeyFrameForFrame(
error = fMediaTrack->FindKeyFrameForFrame(
error = fMediaTrack->FindKeyFrameForFrame(&position,
status_t ret = fVideoTrack->FindKeyFrameForFrame(frame,
status_t ret = fVideoTrack->FindKeyFrameForFrame(frame,
if (fVideoTrack->FindKeyFrameForFrame(&nextWantFrame,
virtual status_t FindKeyFrameForFrame(int64* frame);
virtual status_t FindKeyFrameForFrame(int64* frame) = 0;