Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
Dnative_video_encoder.cpp41 struct VideoEncoderObject : public OH_AVCodec { struct
42 explicit VideoEncoderObject(const std::shared_ptr<AVCodecVideoEncoder> &encoder) in VideoEncoderObject() function
54 const std::shared_ptr<AVCodecVideoEncoder> videoEncoder_;
55 std::queue<OHOS::sptr<MFObjectMagic>> tempList_;
56 std::unordered_map<uint32_t, OHOS::sptr<OH_AVFormat>> inputFormatMap_;
57 std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> outputMemoryMap_;
58 std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> inputMemoryMap_;
59 std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> outputBufferMap_;
60 std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> inputBufferMap_;
61 std::shared_ptr<NativeVideoEncoderCallback> callback_ = nullptr;
[all …]