Home
last modified time | relevance | path

Searched refs:vencHdl_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp386 if (CodecQueueOutput(codecInfo->vencHdl_, outBuf, 0, -1) != 0) { in OnVencBufferAvailble()
397 CodecStop(codecInfo_[i].vencHdl_); in ClearFrameConfig()
398 CodecDestroy(codecInfo_[i].vencHdl_); in ClearFrameConfig()
407 CodecDestroy(codecInfo_[i].vencHdl_); in SetFrameConfigEnd()
413 result = CodecSetCallback(codecInfo_[i].vencHdl_, &recordCodecCb_, reinterpret_cast<UINTPTR>(&codecInfo_[i])); in SetFrameConfigEnd()
416 CodecDestroy(codecInfo_[i].vencHdl_); in SetFrameConfigEnd()
425 CodecDestroy(codecInfo_[i].vencHdl_); in SetFrameConfigEnd()
479 info.vencHdl_ = codecHdl; in SetFrameConfig()
495 ret = CodecStart(codecInfo_[i].vencHdl_); in Start()
505 CodecStop(codecInfo_[i].vencHdl_); in Start()
[all...]
/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h62 CODEC_HANDLETYPE vencHdl_; member
95 CODEC_HANDLETYPE vencHdl_ = nullptr; member in OHOS::Media::CaptureAssistant

Completed in 2 milliseconds