HomeSort by relevance Sort by last modified time
    Searched full:targetformat (Results 1 - 10 of 10) 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;
NuPlayerDecoderPassThrough.cpp 79 const sp<AMessage> & /* targetFormat */) const {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
formatutils11.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xcms.h 568 XcmsColorFormat /* targetFormat */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xcms.h 568 XcmsColorFormat /* targetFormat */,
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h 200 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
278 STDMETHOD(CheckDeviceFormatConversion)(THIS_ UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat) PURE;
    [all...]
ks.h 436 GUID TargetFormat;
    [all...]

Completed in 358 milliseconds