HomeSort by relevance Sort by last modified time
    Searched refs:IMFSample (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.h 23 interface IMFSample;
100 bool ProcessOutputSample(IMFSample* sample);
140 void DecodeInternal(const base::win::ScopedComPtr<IMFSample>& input_sample);
178 PendingSampleInfo(int32 buffer_id, IMFSample* sample);
182 base::win::ScopedComPtr<IMFSample> output_sample;
202 typedef std::list<base::win::ScopedComPtr<IMFSample>> PendingInputs;
dxva_video_decode_accelerator.cc 70 static IMFSample* CreateEmptySample() {
71 base::win::ScopedComPtr<IMFSample> sample;
79 static IMFSample* CreateEmptySampleWithBuffer(int buffer_length, int align) {
82 base::win::ScopedComPtr<IMFSample> sample;
109 static IMFSample* CreateInputSample(const uint8* stream, int size,
113 base::win::ScopedComPtr<IMFSample> sample;
141 static IMFSample* CreateSampleFromInputBuffer(
370 int32 buffer_id, IMFSample* sample)
512 base::win::ScopedComPtr<IMFSample> sample;
850 bool DXVAVideoDecodeAccelerator::ProcessOutputSample(IMFSample* sample)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h 32 typedef interface IMFSample IMFSample;
    [all...]
mfreadwrite.h 128 IMFSample **ppSample) = 0;
204 IMFSample **ppSample);
276 static FORCEINLINE HRESULT IMFSourceReader_ReadSample(IMFSourceReader* This,DWORD dwStreamIndex,DWORD dwControlFlags,DWORD *pdwActualStreamIndex,DWORD *pdwStreamFlags,LONGLONG *pllTimestamp,IMFSample **ppSample) {
356 IMFSample **ppSample);
419 IMFSample *pSample) = 0;
486 IMFSample *pSample);
566 static FORCEINLINE HRESULT IMFSinkWriter_WriteSample(IMFSinkWriter* This,DWORD dwStreamIndex,IMFSample *pSample) {
624 IMFSample *pSample);
710 IMFSample *pSample) = 0;
746 IMFSample *pSample)
    [all...]
mftransform.h 126 IMFSample *pSample;
232 IMFSample *pSample,
375 IMFSample *pSample,
496 static FORCEINLINE HRESULT IMFTransform_ProcessInput(IMFTransform* This,DWORD dwInputStreamID,IMFSample *pSample,DWORD dwFlags) {
evr.h 315 HRESULT WINAPI MFCreateVideoSampleFromSurface(IUnknown *pUnkSurface,IMFSample **ppSample);
wmcontainer.h 170 STDMETHOD_(HRESULT,GetNextSample)(THIS_ DWORD *pdwStatusFlags,WORD *pwStreamNumber,IMFSample **ppISample) PURE;
    [all...]
mfapi.h 388 HRESULT WINAPI MFCreateSample(IMFSample **ppIMFSample);
    [all...]
mfidl.h     [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 120 DWORD stream_flags, LONGLONG time_stamp, IMFSample* sample) {

Completed in 189 milliseconds