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

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.h 437 hwc2_display_t display, int32_t /*android_color_mode_t*/ intMode) {
438 auto mode = static_cast<android_color_mode_t>(intMode);
443 hwc2_display_t display, int32_t intMode) {
444 auto mode = static_cast<HWC2::PowerMode>(intMode);
603 hwc2_display_t display, hwc2_layer_t layer, int32_t intMode) {
604 auto mode = static_cast<HWC2::BlendMode>(intMode);
HWC2.cpp 838 auto intMode = static_cast<int32_t>(mode);
839 int32_t intError = mDevice.mSetPowerMode(mDevice.mHwcDevice, mId, intMode);
    [all...]
HWComposer.cpp 644 status_t HWComposer::setPowerMode(int32_t displayId, int32_t intMode) {
645 ALOGV("setPowerMode(%d, %d)", displayId, intMode);
656 auto mode = static_cast<HWC2::PowerMode>(intMode);
  /external/opencv3/3rdparty/libjasper/
jpc_enc.c 427 tcp->intmode = true;
488 tcp->intmode = (tagid == MODE_INT);
614 tcp->mctid = (tcp->intmode) ? (JPC_MCT_RCT) : (JPC_MCT_ICT);
618 tccp->qmfbid = (tcp->intmode) ? (JPC_COX_RFT) : (JPC_COX_INS);
670 if (cp->totalsize == UINT_FAST32_MAX && (!cp->tcp.intmode)) {
1003 if (!tcp->intmode) {
    [all...]
jpc_enc.h 134 bool intmode; member in struct:__anon21739
595 bool intmode; member in struct:jpc_enc_tile_s
  /external/opencv3/modules/core/src/
copy.cpp 963 bool intMode = false;
969 intMode = true;
1003 if( intMode )
    [all...]
  /prebuilts/qemu-kernel/x86/ranchu/
vmlinux-qemu 
  /prebuilts/qemu-kernel/x86/
vmlinux-qemu 
vmlinux-vbox 

Completed in 258 milliseconds