Home
last modified time | relevance | path

Searched refs:videoCodecType (Results 1 - 9 of 9) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_capture.h50 virtual int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_capture_proxy.h52 int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp225 int32_t HStreamCaptureProxy::SetMovingPhotoVideoCodecType(int32_t videoCodecType) in SetMovingPhotoVideoCodecType() argument
232 data.WriteInt32(videoCodecType); in SetMovingPhotoVideoCodecType()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h68 int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType) override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp807 int32_t HStreamCapture::SetMovingPhotoVideoCodecType(int32_t videoCodecType) in SetMovingPhotoVideoCodecType() argument
809 MEDIA_INFO_LOG("HStreamCapture SetMovingPhotoVideoCodecType videoCodecType_: %{public}d", videoCodecType); in SetMovingPhotoVideoCodecType()
810 videoCodecType_ = videoCodecType; in SetMovingPhotoVideoCodecType()
H A Dhcapture_session.cpp722 VideoCodecType videoCodecType = VIDEO_ENCODE_TYPE_AVC; in ExpandMovingPhotoRepeatStream() local
725 videoCodecType = static_cast<VideoCodecType>(type); in ExpandMovingPhotoRepeatStream()
728 MEDIA_INFO_LOG("HCameraService::ExpandMovingPhotoRepeatStream videoCodecType = %{public}d", videoCodecType); in ExpandMovingPhotoRepeatStream()
761 taskManager_ = new AvcodecTaskManager(audioCapturerSession_, videoCodecType); in ExpandMovingPhotoRepeatStream()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h449 int32_t SetMovingPhotoVideoCodecType(int32_t videoCodecType);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp890 int32_t PhotoOutput::SetMovingPhotoVideoCodecType(int32_t videoCodecType) in SetMovingPhotoVideoCodecType() argument
899 errCode = itemStream->SetMovingPhotoVideoCodecType(videoCodecType); in SetMovingPhotoVideoCodecType()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp13096 int32_t videoCodecType = 0; in HWTEST_F() local
13097 intResult = ((sptr<PhotoOutput>&)photoOutput)->SetMovingPhotoVideoCodecType(videoCodecType); in HWTEST_F()

Completed in 24 milliseconds