Searched refs:imx (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imx.c | 35 SimbiosisIMXContext *imx = avctx->priv_data; in imx_decode_init() local 41 imx->frame = av_frame_alloc(); in imx_decode_init() 42 if (!imx->frame) in imx_decode_init() 51 SimbiosisIMXContext *imx = avctx->priv_data; in imx_decode_frame() local 55 AVFrame *frame = imx->frame; in imx_decode_frame() 62 memcpy(imx->pal, pal, pal_size); in imx_decode_frame() 72 memcpy(frame->data[1], imx->pal, AVPALETTE_SIZE); in imx_decode_frame() 108 frame->data[0][x + y * frame->linesize[0]] = imx->history[offset++]; in imx_decode_frame() 124 if (imx->pos < 32768) in imx_decode_frame() 125 imx->history[imx->pos++] = fill; in imx_decode_frame() [all …]
|
D | vp9dsp_template.c | 2347 int imx = mx, ioff = 0; in do_scaled_8tap_c() local 2350 tmp_ptr[x] = FILTER_8TAP(src, ioff, filters[imx], 1); in do_scaled_8tap_c() 2351 imx += dx; in do_scaled_8tap_c() 2352 ioff += imx >> 4; in do_scaled_8tap_c() 2353 imx &= 0xf; in do_scaled_8tap_c() 2421 int imx = mx, ioff = 0; in do_scaled_bilin_c() local 2424 tmp_ptr[x] = FILTER_BILIN(src, ioff, imx, 1); in do_scaled_bilin_c() 2425 imx += dx; in do_scaled_bilin_c() 2426 ioff += imx >> 4; in do_scaled_bilin_c() 2427 imx &= 0xf; in do_scaled_bilin_c()
|
D | Makefile | 625 OBJS-$(CONFIG_SIMBIOSIS_IMX_DECODER) += imx.o
|
/third_party/ffmpeg/libavformat/ |
D | imx.c | 92 SimbiosisIMXDemuxContext *imx = s->priv_data; in simbiosis_imx_read_packet() local 112 if (!imx->first_video_packet_pos) in simbiosis_imx_read_packet() 113 imx->first_video_packet_pos = pos; in simbiosis_imx_read_packet() 123 AV_WL32(imx->pal + i * 4, (0xFFU << 24) | r | g | b); in simbiosis_imx_read_packet() 125 imx->pal_changed = 1; in simbiosis_imx_read_packet() 139 if (imx->pal_changed && idx == 0) { in simbiosis_imx_read_packet() 144 memcpy(pal, imx->pal, AVPALETTE_SIZE); in simbiosis_imx_read_packet() 145 imx->pal_changed = 0; in simbiosis_imx_read_packet() 146 if (pos <= imx->first_video_packet_pos) in simbiosis_imx_read_packet()
|
D | Makefile | 508 OBJS-$(CONFIG_SIMBIOSIS_IMX_DEMUXER) += imx.o
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | README | 10 imx where all the magic for buffer import and export between kms
|
/third_party/mesa3d/src/gallium/targets/dri/ |
D | meson.build | 75 'imx-drm_dri.so', 76 'imx-dcss_dri.so',
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.0.0.rst | 2173 - Switch imx to kmsro and remove the imx winsys
|
D | 20.3.0.rst | 1990 - kmsro: Extend to include imx-dcss
|
/third_party/openh264/res/ |
D | Cisco_Absolute_Power_1280x720_30fps.yuv | 1545 …��������������������������������������������������������ķ�?"+IQUYWSRRTVWV]imx{}xmhXSXmv}���������…
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 17323 on imx6 sabrelite. It turned out that the imx plugin didn't
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 24088 Together with the upcoming gstreamer-imx patch, this allows zerocopy
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 50011 z^`LHFRE-qc7qy-C^8?cclEJDz&Jyo*ek0qn{zkU?KDPQUcI3EW<wi#imx@uor@k-O
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 62577 Together with the upcoming gstreamer-imx patch, this allows zerocopy
|