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

/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.h62 REFGUID major_type);
H A Dvideo_capture_device_win.cc42 // Check if a Pin's MediaType matches a given |major_type|.
43 bool PinMatchesMajorType(IPin* pin, REFGUID major_type) { argument
47 return SUCCEEDED(hr) && connection_media_type.majortype == major_type;
117 // Type. If either |category| or |major_type| are GUID_NULL, they are ignored.
122 REFGUID major_type) {
136 (major_type == GUID_NULL || PinMatchesMajorType(pin, major_type))) {
119 GetPin(IBaseFilter* filter, PIN_DIRECTION pin_dir, REFGUID category, REFGUID major_type) argument
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h917 UINT8 major_type; /* Use AVRC_MJ_TYPE_AUDIO, AVRC_MJ_TYPE_VIDEO, AVRC_MJ_TYPE_BC_AUDIO, or AVRC_MJ_TYPE_BC_VIDEO.*/ member in struct:__anon1337

Completed in 234 milliseconds