Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/src/misc/
H A Des_format.c151 p_fmt->i_bits_per_pixel = 32; in video_format_Setup()
154 p_fmt->i_bits_per_pixel = 20; in video_format_Setup()
157 p_fmt->i_bits_per_pixel = 24; in video_format_Setup()
161 p_fmt->i_bits_per_pixel = 24; in video_format_Setup()
169 p_fmt->i_bits_per_pixel = 16; in video_format_Setup()
187 p_fmt->i_bits_per_pixel = 9; in video_format_Setup()
190 p_fmt->i_bits_per_pixel = 8; in video_format_Setup()
193 p_fmt->i_bits_per_pixel = 8; in video_format_Setup()
210 p_fmt->i_bits_per_pixel = 8; in video_format_Setup()
215 p_fmt->i_bits_per_pixel = 8; in video_format_Setup()
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Dsmem.c275 int i_bits_per_pixel; in AddVideo() local
282 i_bits_per_pixel = 32; in AddVideo()
286 i_bits_per_pixel = 24; in AddVideo()
292 i_bits_per_pixel = 16; in AddVideo()
296 i_bits_per_pixel = 12; in AddVideo()
299 i_bits_per_pixel = 8; in AddVideo()
302 i_bits_per_pixel = 0; in AddVideo()
316 id->format.video.i_bits_per_pixel = i_bits_per_pixel; in AddVideo()
385 … id->format.video.i_bits_per_pixel, i_size, p_buffer->i_pts ); in SendVideo()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/screen/
H A Dwin32.c84 int i_chroma, i_bits_per_pixel; in screen_InitCapture() local
108 i_bits_per_pixel = GetDeviceCaps( p_data->hdc_src, BITSPIXEL ); in screen_InitCapture()
109 switch( i_bits_per_pixel ) in screen_InitCapture()
121 msg_Err( p_demux, "unknown screen depth %i", i_bits_per_pixel ); in screen_InitCapture()
133 p_sys->fmt.video.i_bits_per_pixel = i_bits_per_pixel; in screen_InitCapture()
213 p_data->bmi.bmiHeader.biBitCount = p_sys->fmt.video.i_bits_per_pixel; in CaptureBlockNew()
260 … ( ( ( ( p_sys->fmt.video.i_width * p_sys->fmt.video.i_bits_per_pixel ) + 31 ) & ~31 ) >> 3 ); in CaptureBlockNew()
H A Dscreen.c178 p_sys->fmt.video.i_bits_per_pixel ); in Open()
370 … ( ( ( ( p_sys->fmt.video.i_width * p_sys->fmt.video.i_bits_per_pixel ) + 31 ) & ~31 ) >> 3 ); in RenderCursor()
H A Dmac.c122 p_sys->fmt.video.i_bits_per_pixel = 32; in screen_InitCapture()
H A Dxcb.c568 fmt.video.i_bits_per_pixel = *bpp; in InitES()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/dmo/
H A Ddmo.c421 p_bih->biBitCount = p_dec->fmt_in.video.i_bits_per_pixel; in DecOpen()
516 p_dec->fmt_out.video.i_bits_per_pixel = i_bpp; in DecOpen()
534 p_bih->biBitCount = p_dec->fmt_out.video.i_bits_per_pixel; in DecOpen()
537 (p_dec->fmt_in.video.i_bits_per_pixel + 7) / 8; in DecOpen()
1091 p_enc->fmt_in.video.i_bits_per_pixel = in EncoderSetVideoType()
1092 p_enc->fmt_out.video.i_bits_per_pixel = 12; in EncoderSetVideoType()
1118 p_bih->biBitCount = p_enc->fmt_in.video.i_bits_per_pixel; in EncoderSetVideoType()
1120 p_enc->fmt_in.video.i_visible_height * p_enc->fmt_in.video.i_bits_per_pixel /8; in EncoderSetVideoType()
1491 p_enc->fmt_in.video.i_bits_per_pixel / 8; in EncodeBlock()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dxwd.c123 * (dec->fmt_out.video.i_bits_per_pixel / 8); in Decode()
H A Dschroedinger.c1023 p_enc->fmt_in.video.i_bits_per_pixel = 12; in SetEncChromaFormat()
1028 p_enc->fmt_in.video.i_bits_per_pixel = 16; in SetEncChromaFormat()
1033 p_enc->fmt_in.video.i_bits_per_pixel = 24; in SetEncChromaFormat()
H A Dzvbi.c540 fmt.i_bits_per_pixel = 0; in Subpicture()
546 fmt.i_bits_per_pixel = 32; in Subpicture()
H A Dlibass.c470 fmt.i_bits_per_pixel = 0; in SubpictureValidate()
H A Dqsv.c453 enc->fmt_in.video.i_bits_per_pixel = 12; in Open()
H A Dkate.c873 fmt.i_bits_per_pixel = 0; in TigerUpdateSubpicture()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/
H A Dshm.c231 fmt.video.i_bits_per_pixel = bpp; in Open()
H A Dvnc.c214 fmt.video.i_bits_per_pixel = i_depth; in mallocFrameBufferHandler()
H A Dbluray.c520 fmt.video.i_bits_per_pixel / 8); in blurayCreateBackgroundUnlocked()
/dports/multimedia/vlc/vlc-3.0.16/modules/text_renderer/
H A Dsvg.c255 fmt.i_bits_per_pixel = 32; in svg_RenderPicture()
/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_es.h336 unsigned int i_bits_per_pixel; /**< number of bits per pixel */ member
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Drawvid.c346 if( !p_sys->fmt_video.video.i_bits_per_pixel ) in Open()
H A Dogg.c1862 p_stream->fmt.video.i_bits_per_pixel = in Ogg_FindLogicalStreams()
1864 if( !p_stream->fmt.video.i_bits_per_pixel ) in Ogg_FindLogicalStreams()
1866 p_stream->fmt.video.i_bits_per_pixel = 24; in Ogg_FindLogicalStreams()
1881 p_stream->fmt.video.i_bits_per_pixel); in Ogg_FindLogicalStreams()
1993 p_stream->fmt.video.i_bits_per_pixel = st->bits_per_sample; in Ogg_FindLogicalStreams()
2006 p_stream->fmt.video.i_bits_per_pixel ); in Ogg_FindLogicalStreams()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dessetup.c256 p_track->fmt.video.i_bits_per_pixel = p_vide->i_depth; in SetupVideoES()
654 p_track->fmt.video.i_bits_per_pixel = p_data->i_bit_depth; in SetupVideoES()
701 p_track->fmt.video.i_bits_per_pixel = BOXDATA(p_strf)->bmiHeader.biBitCount; in SetupVideoES()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avi/
H A Davi.c719 tk->fmt.video.i_bits_per_pixel = p_bih->biBitCount; in Open()
766 if( tk->fmt.video.i_bits_per_pixel > 0 && tk->fmt.video.i_bits_per_pixel <= 8 ) in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/
H A Ddemux.c420 es_fmt.video.i_bits_per_pixel = cp->bits_per_coded_sample; in avformat_OpenDemux()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/avcodec/
H A Dvideo.c418 ctx->bits_per_coded_sample = p_dec->fmt_in.video.i_bits_per_pixel; in OpenVideoCodec()
/dports/multimedia/vlc/vlc-3.0.16/doc/
H A DChangeLog-20054261 * modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pixel (needed at least for QT RLE).