Searched refs:SetMovingPhotoVideoCodecType (Results 1 – 10 of 10) sorted by relevance
50 virtual int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType) = 0;
52 int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType) override;
147 int32_t ret = SetMovingPhotoVideoCodecType(type); in HandleSetMovingPhotoVideoCodecType()
68 int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType) override;
225 int32_t HStreamCaptureProxy::SetMovingPhotoVideoCodecType(int32_t videoCodecType) in SetMovingPhotoVideoCodecType() function in OHOS::CameraStandard::HStreamCaptureProxy
452 int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType);
915 int32_t PhotoOutput::SetMovingPhotoVideoCodecType(int32_t videoCodecType) in SetMovingPhotoVideoCodecType() function in OHOS::CameraStandard::PhotoOutput924 errCode = itemStream->SetMovingPhotoVideoCodecType(videoCodecType); in SetMovingPhotoVideoCodecType()
310 static napi_value SetMovingPhotoVideoCodecType(napi_env env, napi_callback_info info);
832 int32_t HStreamCapture::SetMovingPhotoVideoCodecType(int32_t videoCodecType) in SetMovingPhotoVideoCodecType() function in OHOS::CameraStandard::HStreamCapture
1814 DECLARE_NAPI_FUNCTION("setMovingPhotoVideoCodecType", SetMovingPhotoVideoCodecType), in Init()2514 napi_value PhotoOutputNapi::SetMovingPhotoVideoCodecType(napi_env env, napi_callback_info info) in SetMovingPhotoVideoCodecType() function in OHOS::CameraStandard::PhotoOutputNapi2539 … int32_t retCode = photoOutputNapi->GetPhotoOutput()->SetMovingPhotoVideoCodecType(codecType); in SetMovingPhotoVideoCodecType()