Home
last modified time | relevance | path

Searched defs:OutputFrame (Results 1 – 1 of 1) sorted by relevance

/foundation/multimedia/media_standard/services/include/
Di_avmetadatahelper_service.h24 struct OutputFrame { struct
26 OutputFrame(int32_t width, int32_t height, int32_t stride, int32_t bytesPerPixel) in OutputFrame() argument
37 return sizeof(OutputFrame) + size_; in GetFlattenedSize() argument
42 return const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(this)) + sizeof(OutputFrame); in GetFlattenedData() argument
45 int32_t width_;
46 int32_t height_;
47 int32_t stride_; // interleaved layout
48 int32_t bytesPerPixel_;
49 int32_t size_;