Searched defs:Channels (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAudio.h95 VO_S32 Channels; /*!< Channel count */ member in struct:__anon463
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java43 * information. The information is stored in {@link Channels} and {@link Programs} tables.
46 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
129 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
144 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
153 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
161 return Uri.withAppendedPath(channelUri, Channels.Logo.CONTENT_DIRECTORY);
187 Uri.Builder builder = Channels.CONTENT_URI.buildUpon();
363 public static final class Channels implements BaseTvColumns { class in class:TvContract
620 * @param videoFormat The video format defined in {@link Channels}.
1004 private Channels() {} method in class:TvContract.Channels
[all...]

Completed in 70 milliseconds