Home
last modified time | relevance | path

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

12

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/
H A Dxiph.h35 return i_extra >= 6 && GetWBE(extra) == 30; in xiph_IsLavcFormat()
37 return i_extra >= 6 && GetWBE(extra) == 42; in xiph_IsLavcFormat()
52 uint16_t i_size = GetWBE(p); in xiph_CountLavcHeaders()
98 packet_size[i] = GetWBE(current); in xiph_SplitLavcHeaders()
H A Dmxpeg_helper.h58 uint32_t header_size = GetWBE(&header[position]); in IsMxpeg()
72 header_size = GetWBE (&header[position]); in IsMxpeg()
H A Daiff.c142 p_sys->fmt.audio.i_channels = GetWBE( &p_peek[8] ); in Open()
143 p_sys->fmt.audio.i_bitspersample = GetWBE( &p_peek[14] ); in Open()
147 GetWBE( &p_peek[8] ), GetDWBE( &p_peek[10] ), GetWBE( &p_peek[14] ), in Open()
H A Dreal.c307 const int i_id = GetWBE( &header[4] ); in Demux()
979 const int i_length = GetWBE( p_tmp ); in StreamReadString2()
1077 i_flags = GetWBE(&p_buffer[38]); in HeaderPROP()
1125 const int i_num = GetWBE( &p_buffer[0] ); in HeaderMDPR()
1214 int i_version = GetWBE( &buffer[8] ); in HeaderINDX()
1247 if( GetWBE( &p_entry[0] ) != 0 ) in HeaderINDX()
1397 fmt.video.i_width = GetWBE( &p_data[12] ); in CodecVideoParse()
1398 fmt.video.i_height= GetWBE( &p_data[14] ); in CodecVideoParse()
1401 fmt.video.i_frame_rate = (GetWBE( &p_data[22] ) << 16) | GetWBE( &p_data[24] ); in CodecVideoParse()
1473 int i_version = GetWBE( &p_data[4] ); in CodecAudioParse()
[all …]
H A Dsmf.c587 switch (GetWBE (peek)) in Open()
597 msg_Err (demux, "unsupported SMF file type %u", GetWBE (peek)); in Open()
603 unsigned tracks = GetWBE (peek); in Open()
615 unsigned ppqn = GetWBE (peek); in Open()
H A Dpva.c172 i_size = GetWBE( &p_peek[6] ); in Demux()
H A Dcaf.c807 uint16_t i_version = GetWBE( p_peek + 4 ); in Open()
815 uint16_t i_flags = GetWBE( p_peek + 6 ); in Open()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dmeta.c397 … snprintf( psz_number, sizeof( psz_number ), "%"PRIu16, GetWBE(&BOXDATA(p_data)->p_blob[2]) ); in SetupmdirMeta()
399 … snprintf( psz_number, sizeof( psz_number ), "%"PRIu16, GetWBE(&BOXDATA(p_data)->p_blob[4]) ); in SetupmdirMeta()
409 const uint16_t i_genre = GetWBE(BOXDATA(p_data)->p_blob); in SetupmdirMeta()
443 … snprintf( psz_trck, sizeof( psz_trck ), "%"PRIu16, GetWBE(&BOXDATA(p_data)->p_blob[2]) ); in SetupmdirMeta()
445 if( BOXDATA(p_data)->i_blob >= 8 && GetWBE(&BOXDATA(p_data)->p_blob[4]) ) in SetupmdirMeta()
447 … snprintf( psz_trck, sizeof( psz_trck ), "%"PRIu16, GetWBE(&BOXDATA(p_data)->p_blob[4]) ); in SetupmdirMeta()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/spudec/
H A Dparse.c117 uint16_t i_col = GetWBE(&p_spu_data->p_pxctli[i*6 + 0]); in ParsePXCTLI()
118 uint16_t i_color = GetWBE(&p_spu_data->p_pxctli[i*6 + 2]); in ParsePXCTLI()
119 uint16_t i_contrast = GetWBE(&p_spu_data->p_pxctli[i*6 + 4]); in ParsePXCTLI()
393 date = (mtime_t)GetWBE( &p_sys->buffer[i_index] ) * 11000; in ParseControlSeq()
397 i_next_seq = GetWBE( &p_sys->buffer[i_index+2] ); in ParseControlSeq()
514 spu_data.pi_offset[0] = GetWBE(&p_sys->buffer[i_index+1]) - 4; in ParseControlSeq()
515 spu_data.pi_offset[1] = GetWBE(&p_sys->buffer[i_index+3]) - 4; in ParseControlSeq()
535 i_index += 1 + GetWBE(&p_sys->buffer[i_index+1]); in ParseControlSeq()
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A Dscte18.c105 p_cea->i_eas_event_id = GetWBE( p_buffer ); in scte18_cea_Decode()
133 p_cea->event_duration = GetWBE( p_buffer ); in scte18_cea_Decode()
160 len = GetWBE( p_buffer ); in scte18_cea_Decode()
H A Dsubstx3g.c322 uint16_t i_psz_bytelength = GetWBE( p_buf ); in Decode()
385 uint16_t i_nbrecords = GetWBE(p_buf); in Decode()
391 uint16_t i_start = __MIN( GetWBE(p_buf), i_psz_bytelength - 1 ); in Decode()
392 uint16_t i_end = __MIN( GetWBE(p_buf + 2), i_psz_bytelength - 1 ); in Decode()
H A Duleaddvaudio.c115 *dst++ = GetWBE(&v[0]); in DecodeBlock()
116 *dst++ = GetWBE(&v[sys->is_pal ? 4320 : 3600]); in DecodeBlock()
H A Dtextst.c79 uint16_t i_data_length = GetWBE(&p_data[2]); in set_category()
176 uint16_t i_size = GetWBE(&p_data[0]); in textst_Decode_palette()
H A Dscte27.c343 int block_length = GetWBE(&data[10]); in DecodeSubtitleMessage()
441 int id = GetWBE(&b->p_buffer[4]); in Decode()
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A Dflac.h48 stream_info->min_blocksize = GetWBE( &p_buf[0] ); in FLAC_ParseStreamInfo()
51 stream_info->max_blocksize = GetWBE( &p_buf[2] ); in FLAC_ParseStreamInfo()
H A Dvc1.c459 const size_t i_potential_width = GetWBE( &p_frag->p_buffer[4] ); in ParseIDU()
460 const size_t i_potential_height = GetWBE( &p_frag->p_buffer[6] ); in ParseIDU()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/rtp/
H A Dxiph.c192 size_t fraglen = GetWBE (block->p_buffer); in xiph_decode()
230 size_t len = GetWBE (block->p_buffer); in xiph_decode()
H A Dsession.c205 return GetWBE (block->p_buffer + 2); in rtp_seq()
542 skip += 4 * GetWBE (block->p_buffer + skip - 2); in rtp_decode()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mpeg/
H A Dts_psip_dvbpsi_fixes.c50 p_stt->i_daylight_savings = GetWBE( &p_section->p_payload_start[6] ); in DVBPlague_STT_Decode()
H A Dps.h633 i_length = GetWBE(&p_buffer[4]) + 6; in ps_psm_fill()
646 i_info_length = GetWBE(&p_buffer[8]); in ps_psm_fill()
666 i_info_length = GetWBE(&p_buffer[ i_es_base + 2 ]); in ps_psm_fill()
H A Dts_psi.c400 const uint16_t i_data_component_id = GetWBE(p_dr->p_data); in ProbePMTStandard()
579 p_es->fmt.video.i_frame_rate_base = GetWBE(&p_dr->p_data[18]); in SetupJ2KDescriptors()
580 p_es->fmt.video.i_frame_rate = GetWBE(&p_dr->p_data[20]); in SetupJ2KDescriptors()
1079 const uint16_t i_data_component_id = GetWBE(p_dr->p_data); in PMTSetupEs0x06()
1204 p_fmt->video.i_width = GetWBE( &p_dr->p_data[4] ); in PMTSetupEs0xA0()
1205 p_fmt->video.i_height = GetWBE( &p_dr->p_data[6] ); in PMTSetupEs0xA0()
1208 p_fmt->i_extra = GetWBE( &p_dr->p_data[8] ); in PMTSetupEs0xA0()
H A Dts.c279 const int i_service = GetWBE(&p_peek[18]); in DetectPVRHeadersAndHeaderSize()
1302 uint16_t i_den = GetWBE( &p_buf[8] ); in J2K_Parse()
1303 uint16_t i_num = GetWBE( &p_buf[10] ); in J2K_Parse()
1524 i_length = GetWBE( &p_pes->p_buffer[i_skip] ); in ParsePESDataChain()
1529 i_pes_size = GetWBE( &p_pes->p_buffer[i_skip] ); in ParsePESDataChain()
2712 p_pes->gather.i_data_size = GetWBE(&p_pkt->p_buffer[4]); in GatherPESData()
/dports/multimedia/vlc/vlc-3.0.16/modules/stream_out/
H A Drtpfmt.c1352 const uint16_t i_nal_hdr = (GetWBE(p_data) & 0x81FF) | 0x6200 /* 49 */; in rtp_packetize_h265_nal()
1780 const uint16_t i_length = GetWBE( p_headers ); in rtp_packetize_rawvideo()
1781 const uint16_t i_lin = GetWBE( p_headers + 2 ) & 0x7fff; in rtp_packetize_rawvideo()
1782 uint16_t i_offs = GetWBE( p_headers + 4 ) & 0x7fff; in rtp_packetize_rawvideo()
1846 if (GetWBE(p_data) != 0xffd8) in rtp_packetize_jpeg()
1854 uint16_t marker = GetWBE(p_data); in rtp_packetize_jpeg()
1856 int section_size = GetWBE(section); in rtp_packetize_jpeg()
1874 int height = GetWBE(&section_body[1]); in rtp_packetize_jpeg()
1875 int width = GetWBE(&section_body[3]); in rtp_packetize_jpeg()
1909 restart_interval = GetWBE(section_body); in rtp_packetize_jpeg()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/avformat/
H A Ddemux.c520 es_fmt.subs.dvb.i_id = GetWBE( cp->extradata ) | in avformat_OpenDemux()
521 (GetWBE( cp->extradata + 2 ) << 16); in avformat_OpenDemux()
587 pi_size[i_count] = GetWBE( p_extra ); in avformat_OpenDemux()
/dports/multimedia/vlc/vlc-3.0.16/modules/access/vcd/
H A Dvcd.c451 i_nb = GetWBE( &entries.i_entries_nb ); in EntryPoints()

12