HomeSort by relevance Sort by last modified time
    Searched full:height32 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 98 UINT32 width32, height32; local
99 if (FAILED(MFGetAttributeSize(type, MF_MT_FRAME_SIZE, &width32, &height32)))
101 frame_size->SetSize(width32, height32);

Completed in 93 milliseconds