Home | History | Annotate | Download | only in media

Lines Matching refs:mItemRef

45     public final MediaItem mItemRef;
60 mItemRef = item;
129 if (mItemRef.mId != Shared.INVALID) {
130 texture = new MediaItemTexture(context, config, mItemRef);
140 MediaSet parentMediaSet = mItemRef.mParentMediaSet;
142 if (mItemRef.mId != Shared.INVALID && mItemRef.mId != 0) {
143 texture = new MediaItemTexture(context, null, mItemRef);
144 } else if (mItemRef.mContentUri != null) {
145 texture = new UriTexture(mItemRef.mContentUri);
148 texture = new UriTexture(mItemRef.mScreennailUri);
149 ((UriTexture) texture).setCacheId(Utils.Crc64Long(mItemRef.mFilePath));
276 float maxSlots = mItemRef.mParentMediaSet.getNumExpectedItems();
337 texture = new UriTexture(mItemRef.mContentUri);
338 texture.setCacheId(Utils.Crc64Long(mItemRef.mFilePath));