HomeSort by relevance Sort by last modified time
    Searched refs:disp (Results 101 - 125 of 503) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
PlatFactory.cpp 60 IDisplayDevice* PlatFactory::createDisplayDevice(int disp)
72 switch (disp) {
80 ETRACE("invalid display device %d", disp);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 85 static void VSync(const struct hwc_procs* procs, int disp, int64_t timestamp) {
88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
340 int HWCSession::GetVsyncPeriod(int disp) {
346 if (hwc_display_[disp]) {
347 hwc_display_[disp]->GetDisplayAttributes(0, &attribute, &vsync_period);
429 bool HWCSession::IsDisplayYUV(int disp) {
434 if (disp < 0 || disp >= HWC_NUM_DISPLAY_TYPES || !hwc_display_[disp]) {
435 DLOGE("Invalid input parameters. Display = %d", disp);
    [all...]
hwc_session.h 62 static int EventControl(hwc_composer_device_1 *device, int disp, int event, int enable);
63 static int SetPowerMode(hwc_composer_device_1 *device, int disp, int mode);
68 static int GetDisplayConfigs(hwc_composer_device_1 *device, int disp, uint32_t *configs,
70 static int GetDisplayAttributes(hwc_composer_device_1 *device, int disp, uint32_t config,
72 static int GetActiveConfig(hwc_composer_device_1 *device, int disp);
73 static int SetActiveConfig(hwc_composer_device_1 *device, int disp, int index);
74 static int SetCursorPositionAsync(hwc_composer_device_1 *device, int disp, int x, int y);
76 bool IsDisplayYUV(int disp);
84 int ConnectDisplay(int disp, hwc_display_contents_1_t *content_list);
85 int DisconnectDisplay(int disp);
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_session.cpp 85 static void VSync(const struct hwc_procs* procs, int disp, int64_t timestamp) {
88 static void Hotplug(const struct hwc_procs* procs, int disp, int connected) {
340 int HWCSession::GetVsyncPeriod(int disp) {
346 if (hwc_display_[disp]) {
347 hwc_display_[disp]->GetDisplayAttributes(0, &attribute, &vsync_period);
429 bool HWCSession::IsDisplayYUV(int disp) {
434 if (disp < 0 || disp >= HWC_NUM_DISPLAY_TYPES || !hwc_display_[disp]) {
435 DLOGE("Invalid input parameters. Display = %d", disp);
    [all...]
hwc_session.h 62 static int EventControl(hwc_composer_device_1 *device, int disp, int event, int enable);
63 static int SetPowerMode(hwc_composer_device_1 *device, int disp, int mode);
68 static int GetDisplayConfigs(hwc_composer_device_1 *device, int disp, uint32_t *configs,
70 static int GetDisplayAttributes(hwc_composer_device_1 *device, int disp, uint32_t config,
72 static int GetActiveConfig(hwc_composer_device_1 *device, int disp);
73 static int SetActiveConfig(hwc_composer_device_1 *device, int disp, int index);
74 static int SetCursorPositionAsync(hwc_composer_device_1 *device, int disp, int x, int y);
76 bool IsDisplayYUV(int disp);
84 int ConnectDisplay(int disp, hwc_display_contents_1_t *content_list);
85 int DisconnectDisplay(int disp);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-rl78.c 836 int disp;
891 disp = (int) addr0 - (int) mypc;
896 if (disp >= -128 && (disp - (oldsize-2)) <= 127)
903 if (disp >= -128 && (disp - (oldsize-3)) <= 127)
909 if (disp >= -128 && (disp - (oldsize-1)) <= 127)
915 if (disp >= -128 && (disp - (oldsize-2)) <= 127
835 int disp; local
964 int disp; local
    [all...]
m68k-parse.y 180 op->disp = $1;
185 op->disp = $2;
190 op->disp = $2;
223 op->disp = $2;
228 op->mode = DISP;
233 op->disp = $4;
238 op->mode = DISP;
243 op->disp = $1;
248 op->mode = DISP;
252 op->mode = DISP;
    [all...]
tc-rx.c 1508 int disp; local
1736 int disp; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
h8500-dis.c 98 int disp = 0; local
144 disp = (buffer[byte] << 8) | (buffer[byte + 1]);
148 disp = ((char) (buffer[byte]));
221 func (stream, "@(0x%x:16,r%d)", disp, rn);
224 func (stream, "@(0x%x:8 (%d),r%d)", disp & 0xff, disp, rn);
227 func (stream, "@(0x%x:16,r%d)", disp, rd);
230 func (stream, "@(0x%x:8 (%d), r%d)", disp & 0xff, disp, rd);
233 func (stream, "@(0x%x:8 (%d), fp)", disp & 0xff, disp)
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 171 uint32_t disp = target_offset - (adrp_offset & ~0xfffu); local
173 DCHECK_ALIGNED(disp, 1u << 2);
175 ((disp & 0xfffu) << (10 - 2)); // imm12 = ((disp & 0xfffu) >> 2) is at bit 10.
178 (disp & 0xfffu) << 10; // imm12 = (disp & 0xfffu) is at bit 10.
183 ((disp & 0x3000u) << (29 - 12)) | // immlo = ((disp & 0x3000u) >> 12) is at bit 29,
184 ((disp & 0xffffc000) >> (14 - 5)) | // immhi = (disp >> 14) is at bit 5
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 586 GLX_eglInitialize(_EGLDriver *drv, _EGLDisplay *disp)
591 if (disp->Platform != _EGL_PLATFORM_X11)
595 if (!disp->Options.UseFallback)
598 if (disp->Options.TestOnly)
605 GLX_dpy->dpy = (Display *) disp->PlatformDisplay;
618 if (!disp->PlatformDisplay)
624 disp->DriverData = (void *) GLX_dpy;
625 disp->ClientAPIs = EGL_OPENGL_BIT;
630 create_configs(drv, disp, DefaultScreen(GLX_dpy->dpy));
631 if (!_eglGetArraySize(disp->Configs))
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 441 disp = _disposition_init(self.collector.file_disposition_class, filename)
443 def nope(disp, reason):
445 disp.trace = False
446 disp.reason = reason
447 return disp
468 return nope(disp, "empty string isn't a file name")
471 return nope(disp, "memory isn't traceable")
478 return nope(disp, "not a real file name")
483 return nope(disp, "pyexpat lies about itself")
490 disp.canonical_filename = canonica
    [all...]
pytracer.py 82 disp = self.should_trace_cache.get(filename)
83 if disp is None:
84 disp = self.should_trace(filename, frame)
85 self.should_trace_cache[filename] = disp
88 if disp.trace:
89 tracename = disp.source_filename
  /external/mesa3d/src/mesa/main/
errors.h 51 _mesa_init_errors_dispatch(struct _glapi_table *disp);
syncobj.c 144 _mesa_init_sync_dispatch(struct _glapi_table *disp)
146 SET_IsSync(disp, _mesa_IsSync);
147 SET_DeleteSync(disp, _mesa_DeleteSync);
148 SET_FenceSync(disp, _mesa_FenceSync);
149 SET_ClientWaitSync(disp, _mesa_ClientWaitSync);
150 SET_WaitSync(disp, _mesa_WaitSync);
151 SET_GetInteger64v(disp, _mesa_GetInteger64v);
152 SET_GetSynciv(disp, _mesa_GetSynciv);
syncobj.h 48 _mesa_init_sync_dispatch(struct _glapi_table *disp);
91 _mesa_init_sync_dispatch(struct _glapi_table *disp)
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.h 33 AnnCursorPlane(int index, int disp);
AnnRGBPlane.h 32 AnnRGBPlane(int index, int type, int disp);
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.h 33 TngCursorPlane(int index, int disp);
TngOverlayPlane.h 33 TngOverlayPlane(int index, int disp);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.h 33 AnnCursorPlane(int index, int disp);
AnnRGBPlane.h 31 AnnRGBPlane(int index, int type, int disp);
  /external/opencv3/modules/cudastereo/src/cuda/
stereobm.cu 232 __global__ void stereoKernel(unsigned char *left, unsigned char *right, size_t img_step, PtrStepb disp, int maxdisp)
245 unsigned char* disparImage = disp.data + X + Y * disp.step;
304 disparImage[disp.step * row] = (unsigned char)(d + minSSD.y);
313 template<int RADIUS> void kernel_caller(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& disp, int maxdisp, cudaStream_t & stream)
324 stereoKernel<RADIUS><<<grid, threads, smem_size, stream>>>(left.data, right.data, left.step, disp, maxdisp);
331 typedef void (*kernel_caller_t)(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& disp, int maxdisp, cudaStream_t & stream);
346 void stereoBM_CUDA(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& disp, int maxdisp, int winsz, const PtrStepSz<unsigned int>& minSSD_buf, cudaStream_t& stream)
356 cudaSafeCall( cudaMemset2D(disp.data, disp.step, 0, disp.cols, disp.rows) )
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc.cpp 783 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp,
788 bool hotPluggable = isHotPluggable(ctx, disp);
789 bool isVirtualDisplay = (disp == HWC_DISPLAY_VIRTUAL);
791 if ((hotPluggable || isVirtualDisplay) && !ctx->dpyAttr[disp].connected) {
792 ALOGE("%s display (%d) is inactive", __FUNCTION__, disp);
801 switch(disp) {
828 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp,
834 bool hotPluggable = isHotPluggable(ctx, disp);
835 bool isVirtualDisplay = (disp == HWC_DISPLAY_VIRTUAL);
837 if ((hotPluggable || isVirtualDisplay) && !ctx->dpyAttr[disp].connected)
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 107 void SetDisp8(int8_t disp) {
109 encoding_[length_++] = static_cast<uint8_t>(disp);
112 void SetDisp32(int32_t disp) {
114 int disp_size = sizeof(disp);
115 memmove(&encoding_[length_], &disp, disp_size);
150 Address(Register base_in, int32_t disp) {
151 Init(base_in, disp);
154 Address(Register base_in, int32_t disp, AssemblerFixup *fixup) {
155 Init(base_in, disp);
159 Address(Register base_in, Offset disp) {
    [all...]

Completed in 608 milliseconds

1 2 3 45 6 7 8 91011>>