Home
last modified time | relevance | path

Searched refs:codecInfo_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp397 CodecStop(codecInfo_[i].vencHdl_); in ClearFrameConfig()
398 CodecDestroy(codecInfo_[i].vencHdl_); in ClearFrameConfig()
400 codecInfo_.clear(); in ClearFrameConfig()
407 CodecDestroy(codecInfo_[i].vencHdl_); in SetFrameConfigEnd()
409 codecInfo_.clear(); in SetFrameConfigEnd()
413 …result = CodecSetCallback(codecInfo_[i].vencHdl_, &recordCodecCb_, reinterpret_cast<UINTPTR>(&code… in SetFrameConfigEnd()
416 CodecDestroy(codecInfo_[i].vencHdl_); in SetFrameConfigEnd()
425 CodecDestroy(codecInfo_[i].vencHdl_); in SetFrameConfigEnd()
427 codecInfo_.clear(); in SetFrameConfigEnd()
481 codecInfo_.emplace_back(info); in SetFrameConfig()
[all …]
/ohos5.0/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h76 vector<CodecDesc> codecInfo_; variable
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h143 CodecInfo codecInfo_ {};
H A Da2dp_profile_peer.cpp48 (void)memset_s(&codecInfo_, sizeof(CodecInfo), 0, sizeof(CodecInfo)); in A2dpStream()
83 (void)memcpy_s(&codecInfo_, sizeof(CodecInfo), &data, sizeof(CodecInfo)); in SetCodecInfo()
88 LOG_INFO("[A2dpStream] %{public}s index(%u)\n", __func__, codecInfo_.codecIndex); in GetCodecInfo()
89 return codecInfo_; in GetCodecInfo()