Searched refs:CodecHdiDecode (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_decode.cpp | 38 static CodecHdiDecode *g_core = nullptr; 39 CodecHdiDecode::CodecHdiDecode() in CodecHdiDecode() function in CodecHdiDecode 56 CodecHdiDecode::~CodecHdiDecode() in ~CodecHdiDecode() 72 void CodecHdiDecode::OnStatusChanged() in OnStatusChanged() 77 int CodecHdiDecode::GetYuvSize() in GetYuvSize() 192 bool CodecHdiDecode::Configure() in Configure() 288 bool CodecHdiDecode::UseBuffers() in UseBuffers() 484 void CodecHdiDecode::FreeBuffers() in FreeBuffers() 518 void CodecHdiDecode::Release() in Release() 550 int CodecHdiDecode::GetFreeBufferId() in GetFreeBufferId() [all …]
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 34 CodecUtil *CodecHdiDecode::util_; 48 CodecHdiDecode::CodecHdiDecode() : fpIn_(nullptr), fpOut_(nullptr) in CodecHdiDecode() function in CodecHdiDecode 63 CodecHdiDecode::~CodecHdiDecode() in ~CodecHdiDecode() 82 void CodecHdiDecode::OnStatusChanged() in OnStatusChanged() 87 int CodecHdiDecode::GetYuvSize() in GetYuvSize() 234 bool CodecHdiDecode::Configure() in Configure() 376 bool CodecHdiDecode::UseBuffers() in UseBuffers() 617 void CodecHdiDecode::FreeBuffers() in FreeBuffers() 650 void CodecHdiDecode::Release() in Release() 717 void CodecHdiDecode::Run() in Run() [all …]
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/include/ |
H A D | codec_hdi_decode.h | 43 class CodecHdiDecode : public ICodecHdiCallBackBase, 44 public std::enable_shared_from_this<CodecHdiDecode> { 83 explicit CodecHdiDecode(); 84 virtual ~CodecHdiDecode();
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/include/ |
H A D | codec_hdi_decode.h | 39 class CodecHdiDecode { 78 explicit CodecHdiDecode(); 79 ~CodecHdiDecode();
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-codec-des.md | 394 int32_t CodecHdiDecode::UseBufferOnPort(PortIndex portIndex) 440 int32_t CodecHdiDecode::UseBufferOnPort(PortIndex portIndex, int bufferCount, int bufferSize) 558 bool CodecHdiDecode::ReadOnePacket(FILE *fp, char *buf, uint32_t &filledCount) 603 int32_t CodecHdiDecode::OnEmptyBufferDone(const struct OmxCodecBuffer &buffer) 611 int32_t CodecHdiDecode::OnFillBufferDone(const struct OmxCodecBuffer &buffer) 650 int32_t CodecHdiDecode::EventHandler(CodecEventType event, const EventInfo &info) 717 void CodecHdiDecode::Release()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-codec-des.md | 394 int32_t CodecHdiDecode::UseBufferOnPort(PortIndex portIndex) 440 int32_t CodecHdiDecode::UseBufferOnPort(PortIndex portIndex, int bufferCount, int bufferSize) 558 bool CodecHdiDecode::ReadOnePacket(FILE *fp, char *buf, uint32_t &filledCount) 603 int32_t CodecHdiDecode::OnEmptyBufferDone(const struct OmxCodecBuffer &buffer) 611 int32_t CodecHdiDecode::OnFillBufferDone(const struct OmxCodecBuffer &buffer) 650 int32_t CodecHdiDecode::EventHandler(CodecEventType event, const EventInfo &info) 717 void CodecHdiDecode::Release()
|