Home | History | Annotate | Download | only in wifi-display

Lines Matching refs:trackIndex

87         ssize_t trackIndex,
94 if (trackIndex < 0) {
161 if ((size_t)trackIndex >= mTrackInfos.size()) {
165 TrackInfo *info = &mTrackInfos.editItemAt(trackIndex);
173 notify->setSize("trackIndex", trackIndex);
203 size_t trackIndex, const sp<ABuffer> &accessUnit) {
208 if (trackIndex >= mTrackInfos.size()) {
213 TrackInfo *info = &mTrackInfos.editItemAt(trackIndex);
274 TrackInfo *info = &mTrackInfos.editItemAt(trackIndex);
371 size_t trackIndex,
374 const TrackInfo &info = mTrackInfos.itemAt(trackIndex);
397 trackIndex /* streamCTR */,
411 (((trackIndex >> 30) & 3) << 1) | 1;
413 HDCP_private_data[2] = (trackIndex >> 22) & 0xff;
416 (((trackIndex >> 15) & 0x7f) << 1) | 1;
418 HDCP_private_data[4] = (trackIndex >> 7) & 0xff;
421 ((trackIndex & 0x7f) << 1) | 1;