Searched refs:fb (Results 1 - 25 of 119) sorted by relevance

12345

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_frame_buffers.h41 // |fb| pointer to the frame buffer.
43 vpx_codec_frame_buffer_t *fb);
46 // |cb_priv| is not used. |fb| pointer to the frame buffer.
47 int vp9_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb);
H A Dvp9_frame_buffers.c42 vpx_codec_frame_buffer_t *fb) {
67 fb->data = int_fb_list->int_fb[i].data;
68 fb->size = int_fb_list->int_fb[i].size;
72 fb->priv = &int_fb_list->int_fb[i];
76 int vp9_release_frame_buffer(void *cb_priv, vpx_codec_frame_buffer_t *fb) { argument
77 InternalFrameBuffer *const int_fb = (InternalFrameBuffer *)fb->priv;
41 vp9_get_frame_buffer(void *cb_priv, size_t min_size, vpx_codec_frame_buffer_t *fb) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_frame_buffer.h50 * allocate at least min_size in bytes and assign it to fb->data. Then the
51 * callback must set fb->size to the allocated size. The application does not
55 * The application may set fb->priv to some data which will be passed
56 * back in the ximage and the release function call. |fb| is guaranteed to
62 * \param[in,out] fb Pointer to vpx_codec_frame_buffer_t
65 void *priv, size_t min_size, vpx_codec_frame_buffer_t *fb);
70 * referenced by any other buffers. |fb| is guaranteed to not be NULL. On
75 * \param[in] fb Pointer to vpx_codec_frame_buffer_t
78 void *priv, vpx_codec_frame_buffer_t *fb);
/hardware/qcom/display/msm8084/libqdutils/
H A Dqd_utils.h34 #include <linux/fb.h>
40 #include <linux/fb.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dexternal_frame_buffer_test.cc60 // frame buffer is in use by libvpx. Finally sets |fb| to point to the
62 int GetFreeFrameBuffer(size_t min_size, vpx_codec_frame_buffer_t *fb) { argument
63 EXPECT_TRUE(fb != NULL);
74 SetFrameBuffer(idx, fb);
80 int GetZeroFrameBuffer(size_t min_size, vpx_codec_frame_buffer_t *fb) { argument
81 EXPECT_TRUE(fb != NULL);
92 SetFrameBuffer(idx, fb);
96 // Marks the external frame buffer that |fb| is pointing too as free.
98 int ReturnFrameBuffer(vpx_codec_frame_buffer_t *fb) { argument
99 EXPECT_TRUE(fb !
135 SetFrameBuffer(int idx, vpx_codec_frame_buffer_t *fb) argument
150 get_vp9_frame_buffer(void *user_priv, size_t min_size, vpx_codec_frame_buffer_t *fb) argument
159 release_vp9_frame_buffer(void *user_priv, vpx_codec_frame_buffer_t *fb) argument
167 get_vp9_zero_frame_buffer(void *user_priv, size_t min_size, vpx_codec_frame_buffer_t *fb) argument
175 get_vp9_one_less_byte_frame_buffer(void *user_priv, size_t min_size, vpx_codec_frame_buffer_t *fb) argument
183 do_not_release_vp9_frame_buffer(void *user_priv, vpx_codec_frame_buffer_t *fb) argument
245 GetVP9FrameBuffer(void *user_priv, size_t min_size, vpx_codec_frame_buffer_t *fb) argument
254 ReleaseVP9FrameBuffer(void *user_priv, vpx_codec_frame_buffer_t *fb) argument
[all...]
/hardware/qcom/display/msm8226/libqdutils/
H A Dqd_utils.h34 #include <linux/fb.h>
40 #include <linux/fb.h>
/hardware/qcom/display/msm8909/libqdutils/
H A Dqd_utils.h34 #include <linux/fb.h>
40 #include <linux/fb.h>
/hardware/qcom/display/msm8994/libqdutils/
H A Dqd_utils.h34 #include <linux/fb.h>
40 #include <linux/fb.h>
/hardware/invensense/6515/libsensors_iio/software/core/mpl/
H A Dfusion_9axis.h29 inv_error_t inv_9x_fusion_set_mag_fb(double fb);
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
H A Dfusion_9axis.h29 inv_error_t inv_9x_fusion_set_mag_fb(double fb);
/hardware/qcom/display/msm8996/libqdutils/
H A Dqd_utils.h34 #include <linux/fb.h>
40 #include <linux/fb.h>
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
H A Dyv12config.c140 vpx_codec_frame_buffer_t *fb,
173 assert(fb != NULL);
176 if (cb(cb_priv, external_frame_size, fb) < 0)
179 if (fb->data == NULL || fb->size < external_frame_size)
185 //vpx_memset(fb->data, 0, fb->size);
187 ybf->buffer_alloc = (uint8_t *)yv12_align_addr(fb->data, 32);
190 ybf->fb_index = fb->fb_index;
191 if (fb
137 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dfb_priv.h20 #include <linux/fb.h>
/hardware/qcom/display/msm8084/libvirtual/
H A Dvirtual.h34 #include <linux/fb.h>
/hardware/qcom/display/msm8226/libgralloc/
H A Dfb_priv.h20 #include <linux/fb.h>
/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.h34 #include <linux/fb.h>
/hardware/qcom/display/msm8909/libgralloc/
H A Dfb_priv.h20 #include <linux/fb.h>
/hardware/qcom/display/msm8960/libgralloc/
H A Dfb_priv.h20 #include <linux/fb.h>
/hardware/qcom/display/msm8994/libgralloc/
H A Dfb_priv.h20 #include <linux/fb.h>
/hardware/qcom/display/msm8996/libgralloc/
H A Dfb_priv.h20 #include <linux/fb.h>
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c60 framebuffer_device_t *fb; member in struct:CNativeWindow
126 if (win->fb && win->fb->setSwapInterval)
127 return win->fb->setSwapInterval(win->fb, interval);
234 if (win->fb) {
235 res = win->fb->post(win->fb, buffer->handle);
463 framebuffer_device_t *fb = NULL; local
479 ERROR("cannot open hwcomposer, trying legacy fb HA
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.h77 static void get_plane_pointers(const YV12_BUFFER_CONFIG *fb, argument
82 plane[0] = fb->y_buffer + recon_yoffset;
83 plane[1] = fb->u_buffer + recon_uvoffset;
84 plane[2] = fb->v_buffer + recon_uvoffset;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
H A Dyv12config.h79 vpx_codec_frame_buffer_t *fb,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_int.h135 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf);
136 int vp8_remove_decoder_instances(struct frame_buffers *fb);
H A Donyxd_if.c480 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf) argument
482 if(!fb->use_frame_threads)
485 fb->pbi[0] = create_decompressor(oxcf);
486 if(!fb->pbi[0])
492 fb->pbi[0]->max_threads = oxcf->max_threads;
493 vp8_decoder_create_threads(fb->pbi[0]);
505 int vp8_remove_decoder_instances(struct frame_buffers *fb) argument
507 if(!fb->use_frame_threads)
509 VP8D_COMP *pbi = fb->pbi[0];

Completed in 685 milliseconds

12345