Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A 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_;
61 std::shared_ptr<NativeVideoEncoderCallback> callback_ = nullptr;
62 bool isSetMemoryCallback_ = false;
63 bool isSetBufferCallback_ = false;
64 std::atomic<bool> isEOS_ = false;
65 bool isInputSurfaceMode_ = false;
[all …]