Lines Matching refs:index
35 * @brief Select the sourceTrack by track index.
37 * @param trackIndex The track index for being selected.
44 * @brief Unselect the sourceTrack by track index.
46 * @param trackIndex The track index for being unselected.
110 * @brief Obtian index by relative pts.
111 * @param trackIndex Get the index from this track.
112 * @param relativePresentationTimeUs Relative pts which obtian index by.
113 * @param index Frame index of obtian result.
118 const uint64_t relativePresentationTimeUs, uint32_t &index) = 0;
121 * @brief Obtian relative pts by index.
123 * @param index Frame index which obtian relative pts by.
129 const uint32_t index, uint64_t &relativePresentationTimeUs) = 0;