ReactOS 0.4.16-dev-297-gc569aee
|
#include <assert.h>
#include <limits.h>
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "vfwmsgs.h"
#include "quartz_private.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | StdMediaSample2 |
struct | BaseMemAllocator |
struct | StdMemAllocator |
Macros | |
#define | AM_SAMPLE2_PROP_SIZE_WRITABLE FIELD_OFFSET(AM_SAMPLE2_PROPERTIES, pbBuffer) |
#define | INVALID_MEDIA_TIME (((ULONGLONG)0x7fffffff << 32) | 0xffffffff) |
Typedefs | |
typedef struct StdMediaSample2 | StdMediaSample2 |
typedef struct BaseMemAllocator | BaseMemAllocator |
typedef struct StdMemAllocator | StdMemAllocator |
Variables | |
static const IMemAllocatorVtbl | BaseMemAllocator_VTable |
static const IMediaSample2Vtbl | StdMediaSample2_VTable |
#define AM_SAMPLE2_PROP_SIZE_WRITABLE FIELD_OFFSET(AM_SAMPLE2_PROPERTIES, pbBuffer) |
Definition at line 75 of file memallocator.c.
Definition at line 77 of file memallocator.c.
typedef struct BaseMemAllocator BaseMemAllocator |
typedef struct StdMediaSample2 StdMediaSample2 |
typedef struct StdMemAllocator StdMemAllocator |
|
static |
Definition at line 134 of file memallocator.c.
|
static |
Definition at line 212 of file memallocator.c.
|
static |
Definition at line 256 of file memallocator.c.
|
static |
Definition at line 297 of file memallocator.c.
|
static |
Definition at line 196 of file memallocator.c.
|
static |
Definition at line 79 of file memallocator.c.
Referenced by StdMemAllocator_create().
|
static |
Definition at line 111 of file memallocator.c.
|
static |
Definition at line 144 of file memallocator.c.
|
static |
Definition at line 357 of file memallocator.c.
|
static |
Definition at line 163 of file memallocator.c.
|
inlinestatic |
Definition at line 451 of file memallocator.c.
Referenced by StdMediaSample2_AddRef(), StdMediaSample2_GetActualDataLength(), StdMediaSample2_GetMediaTime(), StdMediaSample2_GetMediaType(), StdMediaSample2_GetPointer(), StdMediaSample2_GetProperties(), StdMediaSample2_GetSize(), StdMediaSample2_GetTime(), StdMediaSample2_IsDiscontinuity(), StdMediaSample2_IsPreroll(), StdMediaSample2_IsSyncPoint(), StdMediaSample2_Release(), StdMediaSample2_SetActualDataLength(), StdMediaSample2_SetDiscontinuity(), StdMediaSample2_SetMediaTime(), StdMediaSample2_SetMediaType(), StdMediaSample2_SetPreroll(), StdMediaSample2_SetProperties(), StdMediaSample2_SetSyncPoint(), StdMediaSample2_SetTime(), and unsafe_impl_from_IMediaSample().
|
inlinestatic |
Definition at line 66 of file memallocator.c.
Referenced by BaseMemAllocator_AddRef(), BaseMemAllocator_Commit(), BaseMemAllocator_Decommit(), BaseMemAllocator_GetBuffer(), BaseMemAllocator_GetProperties(), BaseMemAllocator_QueryInterface(), BaseMemAllocator_Release(), BaseMemAllocator_ReleaseBuffer(), and BaseMemAllocator_SetProperties().
|
static |
Definition at line 474 of file memallocator.c.
|
static |
Definition at line 421 of file memallocator.c.
Referenced by StdMemAllocator_Alloc().
|
static |
Definition at line 445 of file memallocator.c.
Referenced by StdMediaSample2_Release(), and StdMemAllocator_Free().
|
static |
Definition at line 625 of file memallocator.c.
|
static |
Definition at line 713 of file memallocator.c.
|
static |
Definition at line 652 of file memallocator.c.
|
static |
Definition at line 501 of file memallocator.c.
|
static |
Definition at line 747 of file memallocator.c.
|
static |
Definition at line 518 of file memallocator.c.
|
static |
|
static |
Definition at line 690 of file memallocator.c.
|
static |
Definition at line 602 of file memallocator.c.
|
static |
Definition at line 579 of file memallocator.c.
|
static |
Definition at line 456 of file memallocator.c.
|
static |
Definition at line 484 of file memallocator.c.
|
static |
Definition at line 634 of file memallocator.c.
|
static |
Definition at line 699 of file memallocator.c.
|
static |
Definition at line 728 of file memallocator.c.
|
static |
Definition at line 671 of file memallocator.c.
|
static |
Definition at line 611 of file memallocator.c.
|
static |
Definition at line 758 of file memallocator.c.
|
static |
Definition at line 588 of file memallocator.c.
|
static |
Definition at line 554 of file memallocator.c.
|
static |
Definition at line 817 of file memallocator.c.
Referenced by StdMemAllocator_create().
Definition at line 898 of file memallocator.c.
Referenced by PullPin_ReceiveConnection().
|
static |
Definition at line 888 of file memallocator.c.
Referenced by StdMemAllocator_create().
|
static |
Definition at line 855 of file memallocator.c.
Referenced by StdMemAllocator_create().
|
inlinestatic |
Definition at line 812 of file memallocator.c.
Referenced by StdMemAllocator_Alloc(), StdMemAllocator_Destroy(), and StdMemAllocator_Free().
|
inlinestatic |
Definition at line 795 of file memallocator.c.
Referenced by BaseMemAllocator_ReleaseBuffer().
WINE_DEFAULT_DEBUG_CHANNEL | ( | quartz | ) |
|
static |
Definition at line 71 of file memallocator.c.
Referenced by BaseMemAllocator_Init().
|
static |
Definition at line 72 of file memallocator.c.
Referenced by StdMediaSample2_Construct(), and unsafe_impl_from_IMediaSample().