Searched refs:common (Results 226 - 250 of 372) sorted by relevance

1234567891011>>

/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp76 dev->common.module);
87 reinterpret_cast<private_module_t*>(dev->common.module);
396 dev->device.common.tag = HARDWARE_DEVICE_TAG;
397 dev->device.common.version = 0;
398 dev->device.common.module = const_cast<hw_module_t*>(module);
399 dev->device.common.close = fb_close;
424 *device = &dev->device.common;
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp76 dev->common.module);
87 reinterpret_cast<private_module_t*>(dev->common.module);
397 dev->device.common.tag = HARDWARE_DEVICE_TAG;
398 dev->device.common.version = 0;
399 dev->device.common.module = const_cast<hw_module_t*>(module);
400 dev->device.common.close = fb_close;
425 *device = &dev->device.common;
/hardware/qcom/display/msm8960/libgralloc/
H A Dframebuffer.cpp77 dev->common.module);
88 reinterpret_cast<private_module_t*>(dev->common.module);
371 dev->device.common.tag = HARDWARE_DEVICE_TAG;
372 dev->device.common.version = 0;
373 dev->device.common.module = const_cast<hw_module_t*>(module);
374 dev->device.common.close = fb_close;
399 *device = &dev->device.common;
/hardware/qcom/display/msm8974/libgralloc/
H A Dframebuffer.cpp77 dev->common.module);
88 reinterpret_cast<private_module_t*>(dev->common.module);
377 dev->device.common.tag = HARDWARE_DEVICE_TAG;
378 dev->device.common.version = 0;
379 dev->device.common.module = const_cast<hw_module_t*>(module);
380 dev->device.common.close = fb_close;
405 *device = &dev->device.common;
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c394 LOG("hwc version 0x%08x\n", hwc->common.version);
396 if ((hwc->common.version & 0xFFFF0000) < 0x01010000) {
439 buf->common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
440 buf->common.version = sizeof(aBuffer);
441 buf->common.incRef = cnw_inc_ref;
442 buf->common.decRef = cnw_dec_ref;
527 win->base.common.magic = ANDROID_NATIVE_WINDOW_MAGIC;
528 win->base.common.version = sizeof(aWindow);
529 win->base.common.incRef = cnw_inc_ref;
530 win->base.common
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/
H A Dvdec.mk95 libmm-vdec-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
133 LOCAL_SRC_FILES += common/src/extra_data_handler.cpp
134 LOCAL_SRC_FILES += common/src/vidc_color_converter.cpp
167 LOCAL_SRC_FILES += common/src/extra_data_handler.cpp
168 LOCAL_SRC_FILES += common/src/vidc_color_converter.cpp
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeframe.c16 #include "vp8/common/common.h"
18 #include "vp8/common/extend.h"
19 #include "vp8/common/entropymode.h"
20 #include "vp8/common/quant_common.h"
22 #include "vp8/common/setupintrarecon.h"
24 #include "vp8/common/reconinter.h"
27 #include "vp8/common/findnearmv.h"
30 #include "vp8/common/invtrans.h"
155 cpi->common
[all...]
H A Dpicklpf.c13 #include "vp8/common/onyxc_int.h"
18 #include "vp8/common/alloccommon.h"
19 #include "vp8/common/loopfilter.h"
103 if (cpi->source_alt_ref_active && cpi->common.refresh_golden_frame &&
104 !cpi->common.refresh_alt_ref_frame)
138 VP8_COMMON *cm = &cpi->common;
268 VP8_COMMON *cm = &cpi->common;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c20 #include "vp9/common/vp9_alloccommon.h"
21 #include "vp9/common/vp9_filter.h"
22 #include "vp9/common/vp9_idct.h"
24 #include "vp9/common/vp9_postproc.h"
26 #include "vp9/common/vp9_reconinter.h"
27 #include "vp9/common/vp9_systemdependent.h"
28 #include "vp9/common/vp9_tile_common.h"
124 cpi->common.allow_high_precision_mv = allow_high_precision_mv;
125 if (cpi->common.allow_high_precision_mv) {
135 vp9_setup_past_independence(&cpi->common);
[all...]
H A Dvp9_pickmode.c20 #include "vp9/common/vp9_common.h"
21 #include "vp9/common/vp9_mvref_common.h"
22 #include "vp9/common/vp9_reconinter.h"
23 #include "vp9/common/vp9_reconintra.h"
67 for (i = LAST_FRAME; i <= LAST_FRAME && cpi->common.show_frame; ++i) {
158 cpi->common.allow_high_precision_mv,
225 VP9_COMMON *cm = &cpi->common;
251 tx_mode_to_biggest_tx_size[cpi->common.tx_mode]);
252 mbmi->interp_filter = cpi->common.interp_filter == SWITCHABLE ?
253 EIGHTTAP : cpi->common
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c19 #include "vp8/common/threading.h"
21 #include "vp8/common/loopfilter.h"
22 #include "vp8/common/extend.h"
25 #include "vp8/common/reconintra4x4.h"
26 #include "vp8/common/reconinter.h"
27 #include "vp8/common/setupintrarecon.h"
43 VP8_COMMON *const pc = & pbi->common;
196 if (i < 4 && pbi->common.filter_level)
201 if (i%4==0 && pbi->common.filter_level)
212 if ((i==4 || i==8 || i==12) && pbi->common
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp71 common: {
397 dev->device.common.tag = HARDWARE_DEVICE_TAG;
398 dev->device.common.version = SENSORS_DEVICE_API_VERSION_1_0;
399 dev->device.common.module = const_cast<hw_module_t*>(module);
400 dev->device.common.close = poll__close;
409 *device = &dev->device.common;
/hardware/libhardware/modules/camera/
H A DCamera.cpp62 mDevice.common.tag = HARDWARE_DEVICE_TAG;
63 mDevice.common.version = CAMERA_DEVICE_API_VERSION_3_0;
64 mDevice.common.close = close_device;
89 mDevice.common.module = const_cast<hw_module_t*>(module);
90 *device = &mDevice.common;
100 info->device_version = mDevice.common.version;
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp443 dev->device.common.tag = HARDWARE_DEVICE_TAG;
444 dev->device.common.version = 0;
445 dev->device.common.module = const_cast<hw_module_t*>(module);
446 dev->device.common.close = legacy_ap_dev_close;
450 *device = &dev->device.common;
461 .common = {
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp434 dev->device.common.tag = HARDWARE_DEVICE_TAG;
435 dev->device.common.version = 0;
436 dev->device.common.module = const_cast<hw_module_t*>(module);
437 dev->device.common.close = qcom_ap_dev_close;
441 *device = &dev->device.common;
452 common: {
/hardware/qcom/media/mm-video-legacy/vidc/
H A Dvdec.mk57 libmm-vdec-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
86 LOCAL_SRC_FILES += common/src/extra_data_handler.cpp
87 LOCAL_SRC_FILES += common/src/vidc_color_converter.cpp
H A Dvenc.mk48 libmm-venc-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
77 LOCAL_SRC_FILES += common/src/extra_data_handler.cpp
89 mm-venc-test720p-inc += $(OMX_VIDEO_PATH)/vidc/common/inc
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp49 .common = {
537 camera_device->base.common.tag = HARDWARE_DEVICE_TAG;
538 camera_device->base.common.version = 0;
539 camera_device->base.common.module = (hw_module_t *)(module);
540 camera_device->base.common.close = camera_device_close;
567 *device = &camera_device->base.common;
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A DAndroid.mk35 common.cpp \
/hardware/libhardware/modules/sensors/
H A Dmultihal.cpp248 return v0->common.version;
630 common :{
653 dev->proxy_device.common.tag = HARDWARE_DEVICE_TAG;
654 dev->proxy_device.common.version = SENSORS_DEVICE_API_VERSION_1_3;
655 dev->proxy_device.common.module = const_cast<hw_module_t*>(hw_module);
656 dev->proxy_device.common.close = device__close;
670 int sub_open_result = sensors_module->common.methods->open(*it, name, &sub_hw_device);
683 *hw_device_out = &dev->proxy_device.common;
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DAndroid.mk28 $(MOBICORE_PATH)/common/MobiCore/inc/
/hardware/ti/omap3/omx/ti_omx_config_parser/
H A DAndroid.mk20 $(PV_TOP)/engines/common/include \
/hardware/intel/img/hwcomposer/include/
H A DIDisplayDevice.h19 #include <common/utils/Dump.h>
/hardware/libhardware/tests/camera2/
H A DCameraFrameTests.cpp26 #include <common/CameraDeviceBase.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c19 #include "common/onyxd.h"
21 #include "common/alloccommon.h"
467 VP8_COMMON *const pc = & pbi->common;
477 if (setjmp(pbi->common.error.jmp))
479 pbi->common.error.setjmp = 0;
484 pbi->common.error.setjmp = 1;
553 pbi->common.error.setjmp = 0;
556 pbi->common.fb_idx_ref_cnt[0] = 0;
565 res = update_error_state(ctx, &pbi->common.error);
832 *update_info = pbi->common
[all...]

Completed in 4138 milliseconds

1234567891011>>