Home
last modified time | relevance | path

Searched refs:i_rmask (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/vlc/vlc-3.0.16/modules/video_chroma/
H A Domxdl.c173 fmt->i_rmask = 0xff0000; in VIDEO_FILTER_WRAPPER()
177 return (fmt->i_rmask == 0xff0000 && fmt->i_gmask == 0x00ff00 in VIDEO_FILTER_WRAPPER()
182 fmt->i_rmask = 0x0000ff; in VIDEO_FILTER_WRAPPER()
196 fmt->i_rmask = 0xf800; in FixRV16()
200 return (fmt->i_rmask == 0xf800 && fmt->i_gmask == 0x07e0 in FixRV16()
213 fmt->i_rmask = 0x7c00; in FixRV15()
217 return (fmt->i_rmask == 0x7c00 && fmt->i_gmask == 0x03e0 in FixRV15()
230 fmt->i_rmask = 0x0f00; in FixRV12()
234 return (fmt->i_rmask == 0x0f00 && fmt->i_gmask == 0x00f0 in FixRV12()
239 fmt->i_rmask = 0x000f; in FixRV12()
[all …]
H A Di420_rgb.c132 if( ( p_filter->fmt_out.video.i_rmask == 0x7c00 in set_callbacks()
140 else if( ( p_filter->fmt_out.video.i_rmask == 0xf800 in set_callbacks()
153 if( p_filter->fmt_out.video.i_rmask == 0x00ff0000 in set_callbacks()
161 else if( p_filter->fmt_out.video.i_rmask == 0xff000000 in set_callbacks()
169 else if( p_filter->fmt_out.video.i_rmask == 0x0000ff00 in set_callbacks()
177 else if( p_filter->fmt_out.video.i_rmask == 0x000000ff in set_callbacks()
H A Ddxgi_fmt.c126 fmt->i_rmask = 0x0000ff00; in DxgiFormatMask()
H A Dchain.c338 fmt_mid.video.i_rmask = 0; in BuildChromaChain()
382 fmt_mid.video.i_rmask = 0; in BuildFilterChain()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dchroma.c58 uint32_t i_rmask; member
186 if( ( chroma_table[i].i_rmask == 0 && in GetFfmpegChroma()
189 ( chroma_table[i].i_rmask == fmt->i_rmask && in GetFfmpegChroma()
216 fmt->i_rmask = chroma_table[i].i_rmask; in GetVlcChroma()
/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Des_format.c93 if( !p_fmt->i_rmask || !p_fmt->i_gmask || !p_fmt->i_bmask ) in video_format_FixRgb()
98 p_fmt->i_rmask = 0x7c00; in video_format_FixRgb()
104 p_fmt->i_rmask = 0xf800; in video_format_FixRgb()
110 p_fmt->i_rmask = 0xff0000; in video_format_FixRgb()
115 p_fmt->i_rmask = 0x00ff0000; in video_format_FixRgb()
126 p_fmt->i_rmask ); in video_format_FixRgb()
416 if( v1.i_rmask != v2.i_rmask || in video_format_IsSimilar()
433 fmt->i_rmask, fmt->i_gmask, fmt->i_bmask ); in video_format_Print()
H A Dfilter.c118 p_blend->fmt_out.video.i_rmask = p_dst_chroma->i_rmask; in filter_NewBlend()
H A Dimage.c341 if( v1.i_rmask != v2.i_rmask || in BitMapFormatIsSimilar()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/win32/
H A Dwingdi.c239 fmt->i_rmask = 0x7c00; in Init()
245 fmt->i_rmask = 0xf800; in Init()
251 fmt->i_rmask = 0x00ff0000; in Init()
257 fmt->i_rmask = 0x00ff0000; in Init()
274 ((DWORD*)bi->bmiColors)[0] = fmt->i_rmask; in Init()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/
H A Dvmem.c188 fmt.i_rmask = 0x001f; in Open()
193 fmt.i_rmask = 0x001f; in Open()
199 fmt.i_rmask = 0xff0000; in Open()
204 fmt.i_rmask = 0; in Open()
H A Dcaca.c187 fmt.i_rmask = 0x00ff0000; in Open()
273 vd->fmt.i_rmask, in Prepare()
H A Dflaschen.c107 fmt.i_rmask = 0xff0000; in Open()
H A Dfb.c290 fmt.i_rmask = ((1 << sys->var_info.red.length) - 1) in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/screen/
H A Dwin32.c142 p_sys->fmt.video.i_rmask = 0x7c00; in screen_InitCapture()
147 p_sys->fmt.video.i_rmask = 0x00ff0000; in screen_InitCapture()
152 p_sys->fmt.video.i_rmask = 0x00ff0000; in screen_InitCapture()
H A Dmac.c124 p_sys->fmt.video.i_rmask = 0x00ff0000; in screen_InitCapture()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dvnc.c176 p_client->format.redMax = videofmt.i_rmask >> videofmt.i_lrshift; in mallocFrameBufferHandler()
215 fmt.video.i_rmask = p_client->format.redMax << p_client->format.redShift; in mallocFrameBufferHandler()
/dports/multimedia/vlc/vlc-3.0.16/modules/arm_neon/
H A Dyuv_rgb.c161 if( filter->fmt_out.video.i_rmask != 0x000000ff in VIDEO_FILTER_WRAPPER()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dsvg.c188 p_dec->fmt_out.video.i_rmask = 0x80800000; /* Since librsvg v1.0 */ in DecodeBlock()
H A Dcdg.c121 p_dec->fmt_out.video.i_rmask = 0xff << CDG_COLOR_R_SHIFT; in set_category()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/opengl/
H A Dconverter_sw.c570 tc->fmt.i_rmask = 0xff000000; in opengl_tex_converter_generic_init()
574 tc->fmt.i_rmask = 0x000000ff; in opengl_tex_converter_generic_init()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es.h344 uint32_t i_rmask, i_gmask, i_bmask; /**< color masks for RGB chroma */ member
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/xcb/
H A Dx11.c199 fmt_pic.i_rmask = vt->red_mask; in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/android/
H A Ddisplay.c634 p_fmt->i_rmask = 0x0000f800; in SetRGBMask()
639 p_fmt->i_rmask = 0x000000ff; in SetRGBMask()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/v4l2/
H A Ddemux.c396 es_fmt.video.i_rmask = selected->red; in InitVideo()
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dblend.cpp356 px->i = (data & fmt->i_rmask) >> fmt->i_lrshift; in get()

12