Home
last modified time | relevance | path

Searched refs:OutputFrame (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/services/include/
H A Di_avmetadatahelper_service.h25 struct OutputFrame { struct
27 OutputFrame(int32_t width, int32_t height, int32_t stride, int32_t bytesPerPixel) in OutputFrame() function
39 return sizeof(OutputFrame) + size_; in GetFlattenedSize()
44 return const_cast<uint8_t *>(reinterpret_cast<const uint8_t *>(this)) + sizeof(OutputFrame); in GetFlattenedData()
/foundation/multimedia/player_framework/services/engine/histreamer/avmetadatahelper/
H A Dav_thumbnail_generator.cpp339 OutputFrame *frame = reinterpret_cast<OutputFrame *>(fetchedFrameAtTime_->GetBase()); in ConvertToAVSharedMemory()
358 fetchedFrameAtTime_ = std::make_shared<AVSharedMemoryBase>(sizeof(OutputFrame) + avBuffer_->memory_->GetSize(), in ConvertToAVSharedMemory()
362 OutputFrame *frame = reinterpret_cast<OutputFrame *>(fetchedFrameAtTime_->GetBase()); in ConvertToAVSharedMemory()
369 fetchedFrameAtTime_->Write(avBuffer_->memory_->GetAddr(), frame->size_, sizeof(OutputFrame)); in ConvertToAVSharedMemory()
484 std::make_shared<AVSharedMemoryBase>(sizeof(OutputFrame) + width * height * BYTES_PER_PIXEL_YUV, in GetYuvDataAlignStride()
488 uint8_t *dstPtr = static_cast<uint8_t *>(sizeof(OutputFrame) + fetchedFrameAtTime_->GetBase()); in GetYuvDataAlignStride()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp96 OutputFrame(rtp, frame_); in UnpackSingle()
157 OutputFrame(rtp, frame_); in UnpackFuA()
168 void RtpDecoderH264::OutputFrame(const RtpPacket::Ptr &rtp, const H264Frame::Ptr &frame) in OutputFrame() function in OHOS::Sharing::RtpDecoderH264
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_h264.h43 void OutputFrame(const RtpPacket::Ptr &rtp, const H264Frame::Ptr &frame);
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp117 static PixelMapMemHolder *CreatePixelMapData(const std::shared_ptr<AVSharedMemory> &mem, const OutputFrame &frame) in CreatePixelMapData()
182 CHECK_AND_RETURN_RET_LOG(static_cast<uint32_t>(mem->GetSize()) >= sizeof(OutputFrame), in CreatePixelMap()
185 OutputFrame *frame = reinterpret_cast<OutputFrame *>(mem->GetBase()); in CreatePixelMap()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp431 h264->OutputFrame(rtp, frame); in HWTEST_F()

Completed in 7 milliseconds