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

  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.h 92 enum SubType {
105 static CubicBezierTimingFunction* preset(SubType subType)
107 switch (subType) {
145 SubType subType() const { return m_subType; }
148 explicit CubicBezierTimingFunction(SubType subType, double x1, double y1, double x2, double y2)
154 , m_subType(subType)
162 SubType m_subType
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 176 const GUID *SubType = pMediaType->Subtype();
177 if (SubType == NULL)
195 if(*SubType == MEDIASUBTYPE_RGB24
210 if(*SubType == MEDIASUBTYPE_MJPG
216 if(*SubType == MEDIASUBTYPE_I420
222 if(*SubType == MEDIASUBTYPE_YUY2
229 if(*SubType == MEDIASUBTYPE_UYVY
236 if(*SubType == MEDIASUBTYPE_HDYC)
241 if(*SubType == MEDIASUBTYPE_RGB2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xinput.h 199 BYTE SubType;
sql.h 534 SQLRETURN SQL_API SQLGetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLCHAR *Name,SQLSMALLINT BufferLength,SQLSMALLINT *StringLength,SQLSMALLINT *Type,SQLSMALLINT *SubType,SQLLEN *Length,SQLSMALLINT *Precision,SQLSMALLINT *Scale,SQLSMALLINT *Nullable);
558 SQLRETURN SQL_API SQLSetDescRec(SQLHDESC DescriptorHandle,SQLSMALLINT RecNumber,SQLSMALLINT Type,SQLSMALLINT SubType,SQLLEN Length,SQLSMALLINT Precision,SQLSMALLINT Scale,SQLPOINTER Data,SQLLEN *StringLength,SQLLEN *Indicator);
ntddser.h 437 ULONG SubType;
mfapi.h 448 HRESULT WINAPI MFWrapMediaType(IMFMediaType *pOrig,REFGUID MajorType,REFGUID SubType,IMFMediaType **ppWrap);
462 GUID subtype;
    [all...]
  /external/chromium_org/third_party/webrtc/test/
rtcp_packet_parser.h 208 uint8_t SubType() const { return app_.SubType; }
  /external/mksh/src/
eval.c 195 typedef struct SubType {
197 struct SubType *prev; /* old type */
198 struct SubType *next; /* poped type (to avoid re-allocating) */
204 } SubType;
235 SubType st_head, *st;
389 SubType *newst;
391 newst = alloc(sizeof(SubType), ATEMP);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 211 uint8_t SubType;
320 uint8_t IC; // Item count/subtype
rtcp_packet.h 404 // |V=2|P| subtype | PT=APP=204 | length |
426 void WithSubType(uint8_t subtype) {
427 assert(subtype <= 0x1f);
428 app_.SubType = subtype;
rtcp_packet_unittest.cc 210 EXPECT_EQ(30U, parser.app()->SubType());
232 EXPECT_EQ(30U, parser.app()->SubType());
rtcp_packet.cc 282 // |V=2|P| subtype | PT=APP=204 | length |
296 CreateHeader(app.SubType, PT_APP, length, buffer, pos);
rtcp_utility.cc     [all...]
rtcp_receiver.cc     [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_win.cc 213 GamepadSubTypeName(caps.SubType));
  /external/llvm/lib/TableGen/
TGParser.cpp 717 RecTy *SubType = ParseType();
718 if (!SubType) return nullptr;
725 return ListRecTy::get(SubType);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1726 milliseconds