Searched refs:fb (Results 26 - 50 of 119) sorted by relevance

12345

/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dworkqueue.cpp205 FlushBarrier fb; local
210 list_add_tail(works, &fb);
218 fb.WaitCompletion(); /* wokeup by FlushWork::Work() */
/hardware/qcom/display/msm8996/sdm/libs/core/
H A DAndroid.mk12 LOCAL_HW_INTF_PATH := fb
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.h84 int index, YV12_BUFFER_CONFIG **fb);
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h30 #include <linux/fb.h>
/hardware/libhardware/tests/hardware/
H A Dstruct-last.cpp21 #include <hardware/fb.h>
48 //Types defined in fb.h
H A Dstruct-size.cpp21 #include <hardware/fb.h>
55 //Types defined in fb.h
/hardware/qcom/display/msm8084/libexternal/
H A Dexternal.h24 #include <linux/fb.h>
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.h24 #include <linux/fb.h>
/hardware/qcom/display/msm8909/libhdmi/
H A Dhdmi.h24 #include <linux/fb.h>
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h25 #include <linux/fb.h>
/hardware/qcom/display/msm8960/libqdutils/
H A Dmdp_version.cpp32 #include <linux/fb.h>
/hardware/ti/omap4-aah/hwc/
H A Dhal_public.h109 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h109 int (*Post2)(framebuffer_device_t *fb, buffer_handle_t *buffers,
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.h92 friend int reallocVP9FrameBuffer(void *user_priv, unsigned int new_size, vpx_codec_frame_buffer_t *fb);
H A DOMXVideoDecoderVP9HWR.cpp103 vpx_codec_frame_buffer_t *fb)
106 if (fb == NULL) {
120 fb->data = p->extMIDs[i]->m_usrAddr;
121 fb->size = p->extNativeBufferSize;
122 fb->fb_stride = p->extActualBufferStride;
123 fb->fb_height_stride = p->extActualBufferHeightStride;
124 fb->fb_index = i;
139 int releaseVP9FrameBuffer(void *user_priv, vpx_codec_frame_buffer_t *fb) argument
143 if (fb == NULL) {
147 if (fb
101 getVP9FrameBuffer(void *user_priv, unsigned int new_size, vpx_codec_frame_buffer_t *fb) argument
[all...]
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.h24 #include <linux/fb.h>
/hardware/intel/common/utils/ISV/include/
H A Disv_bufmanager.h57 uint32_t fb; // framebuffer id member in struct:ISVBuffer::_ufo_buffer_details_t
/hardware/libhardware/include/hardware/
H A Dgralloc.h32 #include <hardware/fb.h>
/hardware/qcom/display/msm8084/libvirtual/
H A Dvirtual.cpp41 #include <linux/fb.h>
82 // Reset the resolution when we close the fb for this device. We need
200 snprintf(strDevPath,sizeof(strDevPath), "/dev/graphics/fb%d", fbNum);
/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.cpp41 #include <linux/fb.h>
82 // Reset the resolution when we close the fb for this device. We need
218 snprintf(strDevPath,sizeof(strDevPath), "/dev/graphics/fb%d", fbNum);
/hardware/ti/omap4-aah/kernel-headers/linux/
H A Domapfb.h21 #include <linux/fb.h>
/hardware/ti/omap4xxx/kernel-headers/linux/
H A Domapfb.h21 #include <linux/fb.h>
/hardware/qcom/display/msm8084/liboverlay/
H A Doverlay.h46 //represented by a fb node.
47 //High res panels can be backed by 2 layer mixers and a single fb node.
56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
60 bool fb; member in struct:overlay::Overlay::PipeSpecs
/hardware/qcom/display/msm8226/liboverlay/
H A Doverlay.h46 //represented by a fb node.
47 //High res panels can be backed by 2 layer mixers and a single fb node.
56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
60 bool fb; member in struct:overlay::Overlay::PipeSpecs
/hardware/qcom/display/msm8909/liboverlay/
H A Doverlay.h46 //represented by a fb node.
47 //High res panels can be backed by 2 layer mixers and a single fb node.
56 PipeSpecs() : formatClass(FORMAT_RGB), needsScaling(false), fb(false),
60 bool fb; member in struct:overlay::Overlay::PipeSpecs

Completed in 792 milliseconds

12345