OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDeckLinkMutableVideoFrame
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPI_v9_9.h
59
virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */
IDeckLinkMutableVideoFrame
**outFrame) = 0;
DeckLinkAPI.h
389
class
IDeckLinkMutableVideoFrame
;
487
virtual HRESULT CreateVideoFrame (/* in */ int32_t width, /* in */ int32_t height, /* in */ int32_t rowBytes, /* in */ BMDPixelFormat pixelFormat, /* in */ BMDFrameFlags flags, /* out */
IDeckLinkMutableVideoFrame
**outFrame) = 0;
586
/* Interface
IDeckLinkMutableVideoFrame
- Created by IDeckLinkOutput::CreateVideoFrame. */
588
class
IDeckLinkMutableVideoFrame
: public IDeckLinkVideoFrame
599
virtual ~
IDeckLinkMutableVideoFrame
() {}; // call Release method to drop reference count
[
all
...]
Completed in 73 milliseconds