Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
Dnative_video_decoder.cpp45 struct VideoDecoderObject : public OH_AVCodec { struct
46 explicit VideoDecoderObject(const std::shared_ptr<AVCodecVideoDecoder> &decoder) in VideoDecoderObject() function
59 const std::shared_ptr<AVCodecVideoDecoder> videoDecoder_;
60 std::queue<OHOS::sptr<MFObjectMagic>> tempList_;
61 std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> outputMemoryMap_;
62 std::unordered_map<uint32_t, OHOS::sptr<OH_AVMemory>> inputMemoryMap_;
63 std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> outputBufferMap_;
64 std::unordered_map<uint32_t, OHOS::sptr<OH_AVBuffer>> inputBufferMap_;
65 std::shared_ptr<NativeVideoDecoderCallback> callback_ = nullptr;
66 bool isSetMemoryCallback_ = false;
[all …]