OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frame_bitmap
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/camera/
camera-capture-windows.c
64
BITMAPINFO*
frame_bitmap
;
member in struct:WndCameraDevice
141
if (cd->
frame_bitmap
!= NULL) {
142
free(cd->
frame_bitmap
);
176
if (cd->
frame_bitmap
!= NULL) {
177
free(cd->
frame_bitmap
);
178
cd->
frame_bitmap
= NULL;
229
if (wcd->
frame_bitmap
->bmiHeader.biCompression == BI_RGB) {
230
if (wcd->
frame_bitmap
->bmiHeader.biBitCount == 32) {
232
} else if (wcd->
frame_bitmap
->bmiHeader.biBitCount == 16) {
238
wcd->pixel_format = wcd->
frame_bitmap
->bmiHeader.biCompression
[
all
...]
Completed in 248 milliseconds