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

  /frameworks/av/include/media/stagefright/
OMXCodec.h 251 status_t setAC3Format(int32_t numChannels, int32_t sampleRate);
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 621 status_t err = setAC3Format(numChannels, sampleRate);
623 CODEC_LOGE("setAC3Format() failed (err = %d)", err);
    [all...]

Completed in 42 milliseconds