OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wcd
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/camera/
camera-capture-windows.c
213
WndCameraDevice*
wcd
= (WndCameraDevice*)capGetUserData(hwnd);
local
216
if (
wcd
->last_frame_size < hdr->dwBytesUsed) {
217
wcd
->last_frame_size = hdr->dwBytesUsed;
218
if (
wcd
->last_frame != NULL) {
219
free(
wcd
->last_frame);
221
wcd
->last_frame = malloc(
wcd
->last_frame_size);
225
memcpy(
wcd
->last_frame, hdr->lpData, hdr->dwBytesUsed);
229
if (
wcd
->frame_bitmap->bmiHeader.biCompression == BI_RGB) {
230
if (
wcd
->frame_bitmap->bmiHeader.biBitCount == 32)
251
WndCameraDevice*
wcd
;
local
293
WndCameraDevice*
wcd
;
local
520
WndCameraDevice*
wcd
;
local
650
WndCameraDevice*
wcd
;
local
680
WndCameraDevice*
wcd
= (WndCameraDevice*)cd->opaque;
local
713
WndCameraDevice*
wcd
= (WndCameraDevice*)cd->opaque;
local
[
all
...]
/frameworks/base/services/java/com/android/server/power/
PowerManagerService.java
2281
final WirelessChargerDetector
wcd
;
local
[
all
...]
Completed in 228 milliseconds