Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/services/include/
Di_avmetadatahelper_service.h25 struct OutputFrame { struct
27 OutputFrame(int32_t width, int32_t height, int32_t stride, int32_t bytesPerPixel) in OutputFrame() argument
39 return sizeof(OutputFrame) + size_; in GetFlattenedSize() argument
44 return const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(this)) + sizeof(OutputFrame); in GetFlattenedData() argument
47 int32_t width_;
48 int32_t height_;
49 int32_t stride_; // interleaved layout
50 int32_t bytesPerPixel_;
51 int32_t size_;
52 int32_t rotation_;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
Drtp_codec_h264.cpp168 void RtpDecoderH264::OutputFrame(const RtpPacket::Ptr &rtp, const H264Frame::Ptr &frame) in OutputFrame() function in OHOS::Sharing::RtpDecoderH264