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

  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.cpp 61 memmove(mWriteBuffer, buffer, sizeof(const FLAC__int32 * const) * getChannels());
370 if (getChannels() == 0 || getChannels() > kMaxChannels) {
371 ALOGE("unsupported channel count %u", getChannels());
407 if (entry.mChannels >= getChannels() &&
464 mWriteHeader.channels != getChannels() ||
467 getSampleRate(), getChannels(), getBitsPerSample(),
477 size_t bufferSize = blocksize * getChannels() * sizeof(short);
481 blocksize = *outBufferLen / (getChannels() * sizeof(short));
482 bufferSize = blocksize * getChannels() * sizeof(short)
    [all...]
FLACDecoder.h 59 unsigned getChannels() const {
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 48 inline int getChannels() const { return mChannels; }
  /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...]
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgReader.java 64 List<Channel> getChannels(@NonNull String lineupId);
76 * Returns the programs for the given channel. Must call {@link #getChannels(String)}
StubEpgReader.java 64 public List<Channel> getChannels(@NonNull String lineupId) {
EpgFetcher.java 544 final List<Channel> channels = mEpgReader.getChannels(lineupId);
703 for (Channel channel : mEpgReader.getChannels(mPossibleLineupId)) {
  /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(),
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 82 public int getChannels() {
  /external/sonic/
Main.java 73 int numChannels = format.getChannels();
  /frameworks/base/core/java/android/service/notification/
NotificationRankingUpdate.java 131 public Bundle getChannels() {
NotificationListenerService.java     [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioProfile.cpp 59 (left.getChannels() == compareTo.getChannels()) &&
AudioPort.cpp 81 const ChannelsVector &channelsToExport = mProfiles[profileIndex]->getChannels();
327 pickChannelMask(pickedChannelMask, mProfiles[i]->getChannels());
Serializer.cpp 207 profile->setDynamicChannels(profile->getChannels().isEmpty());
  /frameworks/base/core/java/android/app/
NotificationChannelGroup.java 115 public List<NotificationChannel> getChannels() {
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
RankingHelperTest.java 376 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
446 if (channel2.getGroup().equals(actual.getChannels().get(0).getGroup())) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
AppNotificationSettings.java 185 final List<NotificationChannel> channels = group.getChannels();
  /frameworks/base/services/core/java/com/android/server/notification/
RankingHelper.java 736 if (nonGrouped.getChannels().size() > 0) {
    [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/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 4196 milliseconds