Searched defs:VideoEncoderObject (Results 1 – 1 of 1) sorted by relevance
41 struct VideoEncoderObject : public OH_AVCodec { struct42 explicit VideoEncoderObject(const std::shared_ptr<AVCodecVideoEncoder> &encoder) in VideoEncoderObject() argument57 const std::shared_ptr<AVCodecVideoEncoder> videoEncoder_;58 std::queue<OHOS::sptr<MFObjectMagic>> tempList_;59 std::unordered_map<uint32_t, OHOS::sptr<OH_AVFormat>> inputFormatMap_;60 std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> outputMemoryMap_;61 std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> inputMemoryMap_;62 std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> outputBufferMap_;63 std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> inputBufferMap_;64 std::shared_ptr<NativeVideoEncoderCallback> callback_ = nullptr;[all …]