Searched refs:SourceType (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/mediastream/
H A DMediaStreamSourceStates.h39 enum SourceType { None, Camera, Microphone }; enum in class:WebCore::MediaStreamSourceStates
53 static const AtomicString& sourceType(MediaStreamSourceStates::SourceType);
56 SourceType sourceType() const { return m_sourceType; }
57 void setSourceType(SourceType type) { m_sourceType = type; }
81 SourceType m_sourceType;
H A DMediaStreamSourceCapabilities.h93 const Vector<MediaStreamSourceStates::SourceType>& sourceTypes() { return m_sourceType; }
94 void setSourceType(MediaStreamSourceStates::SourceType sourceType) { m_sourceType.resizeToFit(1); addSourceType(sourceType); }
95 void addSourceType(MediaStreamSourceStates::SourceType sourceType)
133 Vector<MediaStreamSourceStates::SourceType> m_sourceType;
H A DMediaStreamSourceStates.cpp65 const AtomicString& MediaStreamSourceStates::sourceType(MediaStreamSourceStates::SourceType sourceType)
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSlowPathGenerator.h422 template<typename JumpType, typename DestinationType, typename SourceType, unsigned numberOfAssignments>
428 SourceType source[numberOfAssignments])
448 SourceType m_source[numberOfAssignments];
451 template<typename JumpType, typename DestinationType, typename SourceType, unsigned numberOfAssignments>
453 JumpType from, SpeculativeJIT* jit, SourceType source[numberOfAssignments], DestinationType destination[numberOfAssignments])
457 JumpType, DestinationType, SourceType, numberOfAssignments>(
461 template<typename JumpType, typename DestinationType, typename SourceType>
463 JumpType from, SpeculativeJIT* jit, SourceType source, DestinationType destination)
465 SourceType sourceArray[1] = { source };
469 JumpType, DestinationType, SourceType,
[all...]
/macosx-10.10/WebCore-7600.1.25/Modules/mediastream/
H A DMediaStreamCapabilities.cpp61 const Vector<MediaStreamSourceStates::SourceType>& sourceTypes = m_SourceCapabilities->sourceTypes();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp108 template<int format, typename SourceType, typename DstType>
109 ALWAYS_INLINE void convert16BitFormatToRGBA8(const SourceType*, DstType*, unsigned) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFormatConverter.cpp179 template<int format, typename SourceType, typename DstType>
180 ALWAYS_INLINE void unpack(const SourceType*, DstType*, unsigned) argument
487 template<int format, int alphaOp, typename SourceType, typename DstType>
488 ALWAYS_INLINE void pack(const SourceType*, DstType*, unsigned) argument
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8312 EVT SourceType = MVT::Other;
8325 SourceType = MVT::Other;
8333 if (SourceType == MVT::Other)
8335 SourceType = InTy;
8336 else if (InTy != SourceType) {
8338 SourceType = MVT::Other;
8350 bool ValidTypes = SourceType != MVT::Other &&
8352 isPowerOf2_32(SourceType.getSizeInBits());
8365 unsigned ElemRatio = OutScalarTy.getSizeInBits()/SourceType.getSizeInBits();
8367 SDValue Filler = AllAnyExt ? DAG.getUNDEF(SourceType)
[all...]

Completed in 280 milliseconds