OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_mode
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h
101
static int32_t SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t
int_mode
);
105
int32_t /*android_color_mode_t*/
int_mode
);
hwc_session.cpp
432
int32_t /*android_color_mode_t*/
int_mode
) {
433
auto mode = static_cast<android_color_mode_t>(
int_mode
);
454
int32_t
int_mode
) {
455
auto mode = static_cast<HWC2::BlendMode>(
int_mode
);
541
int32_t HWCSession::SetPowerMode(hwc2_device_t *device, hwc2_display_t display, int32_t
int_mode
) {
542
auto mode = static_cast<HWC2::PowerMode>(
int_mode
);
[
all
...]
/external/opencv/cv/src/
cvutils.cpp
206
int i, j, k, t, dj, tab_size,
int_mode
= 0;
local
216
int_mode
= 1;
254
if(
int_mode
)
309
if(
int_mode
)
Completed in 133 milliseconds