Home
last modified time | relevance | path

Searched refs:major_type (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/video/capture/win/
Dvideo_capture_device_win.cc43 bool PinMatchesMajorType(IPin* pin, REFGUID major_type) { in PinMatchesMajorType() argument
47 return SUCCEEDED(hr) && connection_media_type.majortype == major_type; in PinMatchesMajorType()
122 REFGUID major_type) { in GetPin() argument
136 (major_type == GUID_NULL || PinMatchesMajorType(pin, major_type))) { in GetPin()
Dvideo_capture_device_win.h62 REFGUID major_type);
/external/bluetooth/bluedroid/stack/include/
Davrc_defs.h917 …UINT8 major_type; /* Use AVRC_MJ_TYPE_AUDIO, AVRC_MJ_TYPE_VIDEO, AVRC_MJ_TYPE_BC… member