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:__anon424
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java40 * information. The information is stored in {@link Channels} and {@link Programs} tables.
43 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
118 return ContentUris.withAppendedId(Channels.CONTENT_URI, channelId);
133 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
142 * Builds a URI that points to a channel logo. See {@link Channels.Logo}.
150 return Uri.withAppendedPath(channelUri, Channels.Logo.CONTENT_DIRECTORY);
175 Uri.Builder builder = Channels.CONTENT_URI.buildUpon();
348 public static final class Channels implements BaseTvColumns { class in class:TvContract
507 * @param videoFormat The video format defined in {@link Channels}.
696 * broadcaster's consent. This is used to impose such restriction. Channels marke
748 private Channels() {} method in class:TvContract.Channels
[all...]

Completed in 163 milliseconds