Searched refs:bitmap_header (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/video_capture/windows/ |
D | sink_filter_ds.cc | 333 BITMAPINFOHEADER* bitmap_header, in SetMediaInfoFromVideoType() argument 337 bitmap_header->biCompression = MAKEFOURCC('I', '4', '2', '0'); in SetMediaInfoFromVideoType() 338 bitmap_header->biBitCount = 12; // bit per pixel in SetMediaInfoFromVideoType() 342 bitmap_header->biCompression = MAKEFOURCC('Y', 'U', 'Y', '2'); in SetMediaInfoFromVideoType() 343 bitmap_header->biBitCount = 16; // bit per pixel in SetMediaInfoFromVideoType() 347 bitmap_header->biCompression = BI_RGB; in SetMediaInfoFromVideoType() 348 bitmap_header->biBitCount = 24; // bit per pixel in SetMediaInfoFromVideoType() 352 bitmap_header->biCompression = MAKEFOURCC('U', 'Y', 'V', 'Y'); in SetMediaInfoFromVideoType() 353 bitmap_header->biBitCount = 16; // bit per pixel in SetMediaInfoFromVideoType() 357 bitmap_header->biCompression = MAKEFOURCC('M', 'J', 'P', 'G'); in SetMediaInfoFromVideoType() [all …]
|