Home
last modified time | relevance | path

Searched refs:rtTimelength (Results 1 – 15 of 15) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/dmo/
H A Ddmo_interfaces.h30 REFERENCE_TIME rtTimelength; member
101 REFERENCE_TIME rtTimelength);
H A DDMO_AudioDecoder.c151 db.rtTimelength = 0; in DMO_AudioDecoder_Convert()
H A DDMO_VideoDecoder.c349 db.rtTimelength = 0; in DMO_VideoDecoder_DecodeInternal()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dmo/
H A Ddmo_interfaces.h30 REFERENCE_TIME rtTimelength; member
101 REFERENCE_TIME rtTimelength);
H A DDMO_AudioDecoder.c142 db.rtTimelength = 0; in DMO_AudioDecoder_Convert()
H A DDMO_VideoDecoder.c336 db.rtTimelength = 0; in DMO_VideoDecoder_DecodeInternal()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dmo/
H A Ddmo_interfaces.h30 REFERENCE_TIME rtTimelength; member
101 REFERENCE_TIME rtTimelength);
H A DDMO_AudioDecoder.c142 db.rtTimelength = 0; in DMO_AudioDecoder_Convert()
H A DDMO_VideoDecoder.c336 db.rtTimelength = 0; in DMO_VideoDecoder_DecodeInternal()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmediaobj.h321 REFERENCE_TIME rtTimelength; member
429 REFERENCE_TIME rtTimelength) = 0;
557 REFERENCE_TIME rtTimelength);
602 …er,dwFlags,rtTimestamp,rtTimelength) (This)->lpVtbl->ProcessInput(This,dwInputStreamIndex,pBuffer,…
671 …Index,IMediaBuffer *pBuffer,DWORD dwFlags,REFERENCE_TIME rtTimestamp,REFERENCE_TIME rtTimelength) {
672 …eturn This->lpVtbl->ProcessInput(This,dwInputStreamIndex,pBuffer,dwFlags,rtTimestamp,rtTimelength);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmediaobj.h321 REFERENCE_TIME rtTimelength; member
429 REFERENCE_TIME rtTimelength) = 0;
557 REFERENCE_TIME rtTimelength);
602 …er,dwFlags,rtTimestamp,rtTimelength) (This)->lpVtbl->ProcessInput(This,dwInputStreamIndex,pBuffer,…
671 …Index,IMediaBuffer *pBuffer,DWORD dwFlags,REFERENCE_TIME rtTimestamp,REFERENCE_TIME rtTimelength) {
672 …eturn This->lpVtbl->ProcessInput(This,dwInputStreamIndex,pBuffer,dwFlags,rtTimestamp,rtTimelength);
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/dmo/
H A Ddmo.h91 REFERENCE_TIME rtTimelength; member
274 REFERENCE_TIME rtTimelength);
H A Ddmo.c1604 p_block_out->i_length = db.rtTimelength / 10; in EncodeBlock()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DxMediaObjects/
H A Dmod.rs88 pub rtTimelength: i64, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs6366 pub rtTimelength: i64, field
6376 …wStatus).field("rtTimestamp", &self.rtTimestamp).field("rtTimelength", &self.rtTimelength).finish() in fmt()
6381 … other.dwStatus && self.rtTimestamp == other.rtTimestamp && self.rtTimelength == other.rtTimelength in eq()