HomeSort by relevance Sort by last modified time
    Searched defs:getChannels (Results 1 - 11 of 11) sorted by null

  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 48 inline int getChannels() const { return mChannels; }
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgReader.java 48 List<Channel> getChannels(@NonNull String lineupId);
StubEpgReader.java 47 public List<Channel> getChannels(String lineupId) {
  /frameworks/base/core/java/android/service/notification/
NotificationRankingUpdate.java 131 public Bundle getChannels() {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 82 public int getChannels() {
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioProfile.h 66 const ChannelsVector &getChannels() const { return mChannelMasks; }
170 setChannelsFor(profileToAdd->getChannels(), profileToAdd->getFormat());
263 dynamicFormatProfile->getChannels(),
306 sp<AudioProfile> profileToAdd = new AudioProfile(format, profile->getChannels(),
  /frameworks/base/core/java/android/app/
NotificationChannelGroup.java 123 public List<NotificationChannel> getChannels() {
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 97 unsigned getChannels() const {
330 memmove(mWriteBuffer, buffer, sizeof(const FLAC__int32 * const) * getChannels());
561 if (getChannels() == 0 || getChannels() > kMaxChannels) {
562 ALOGE("unsupported channel count %u", getChannels());
610 if (table[i].mChannels >= getChannels() &&
619 mTrackMetadata->setInt32(kKeyChannelCount, getChannels());
640 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
679 mWriteHeader.channels != getChannels() ||
682 getSampleRate(), getChannels(), getBitsPerSample()
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 729 milliseconds