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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterGraph.java 243 FrameFormat targetFormat = inputPort.getPortFormat();
244 if (sourceFormat != null && targetFormat != null) {
245 if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + ".");
253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat);
257 compatible = sourceFormat.isCompatibleWith(targetFormat);
264 + "format of type " + targetFormat + " but got a format of type "
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 710 bool NuPlayer::Decoder::supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const {
711 if (targetFormat == NULL) {
716 if (!targetFormat->findString("mime", &mime)) {
726 !targetFormat->findInt32(keys[i], &newVal) ||
734 targetFormat->findBuffer("csd-0", &newBuf)) {
744 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const {
749 if (targetFormat == NULL) {
755 || !targetFormat->findString("mime", &newMime)
763 seamless = supportsSeamlessAudioFormatChange(targetFormat);
    [all...]
NuPlayerDecoder.h 111 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp     [all...]

Completed in 349 milliseconds