Home
last modified time | relevance | path

Searched refs:BUF_DECODER_MASK (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dbuffer.h63 #define BUF_DECODER_MASK 0x00FF0000 macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_dec/
H A Dxine_faad_decoder.c983 if ((buf->type & (BUF_MAJOR_MASK | BUF_DECODER_MASK)) == BUF_AUDIO_AAC_LATM) in faad_decode_data()
992 if ((buf->type & (BUF_MAJOR_MASK | BUF_DECODER_MASK)) == BUF_AUDIO_AAC_LATM) in faad_decode_data()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Dff_audio_decoder.c345 unsigned int codec_type = buf->type & (BUF_MAJOR_MASK | BUF_DECODER_MASK); in ff_handle_header_buffer()
1001 unsigned int codec_type = buf->type & (BUF_MAJOR_MASK | BUF_DECODER_MASK); in ff_audio_decode_data()
H A Dff_video_decoder.c2164 int codec_type = buf->type & (BUF_MAJOR_MASK | BUF_DECODER_MASK); in ff_handle_buffer()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_mpeg_block.c189 stype = buf->type & (BUF_MAJOR_MASK | BUF_DECODER_MASK); in demux_mpeg_block_parse_pack()
H A Ddemux_ts.c1098 if ((this->media[old_mi].type & (BUF_MAJOR_MASK | BUF_DECODER_MASK)) == BUF_SPU_DVB) { in demux_ts_update_spu_channel()
1111 …if ((this->media[this->spu_media_index].type & (BUF_MAJOR_MASK | BUF_DECODER_MASK)) == BUF_SPU_DVB… in demux_ts_update_spu_channel()