Home
last modified time | relevance | path

Searched refs:encodeType (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_capture_info_cmd.cpp146 cJSON *encodeType = cJSON_GetObjectItemCaseSensitive(capInfo, "EncodeType"); in UmarshalValue() local
147 CHECK_NULL_RETURN((encodeType == nullptr || !cJSON_IsNumber(encodeType)), DCAMERA_BAD_VALUE); in UmarshalValue()
148 captureInfo->encodeType_ = static_cast<DCEncodeType>(encodeType->valueint); in UmarshalValue()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dtest_recorder.hpp32 AudioCodecFormat encodeType = AudioCodecFormat::AAC_LC, in AudioRecordSource()
39 encodeType_(encodeType), in AudioRecordSource()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_source_data_process.h30 DCEncodeType encodeType, DCStreamType streamType) in DCameraStreamConfig()
31 : width_(width), height_(height), format_(format), dataspace_(dataspace), encodeType_(encodeType), in DCameraStreamConfig()
29 DCameraStreamConfig(int32_t width, int32_t height, int32_t format, int32_t dataspace, DCEncodeType encodeType, DCStreamType streamType) DCameraStreamConfig() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp193 VideoCodecType DCameraSinkDataProcess::GetPipelineCodecType(DCEncodeType encodeType) in GetPipelineCodecType() argument
196 switch (encodeType) { in GetPipelineCodecType()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_data_process.h50 VideoCodecType GetPipelineCodecType(DCEncodeType encodeType);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process.h53 VideoCodecType GetPipelineCodecType(DCEncodeType encodeType);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process.cpp75 "%{public}d, format: %{public}d, dataspace: %{public}d, encodeType: %{public}d, streamType: %{public}d", in ConfigStreams()
110 "streamType: %{public}d, encodeType: %{public}d", in StartCapture()
273 VideoCodecType DCameraStreamDataProcess::GetPipelineCodecType(DCEncodeType encodeType) in GetPipelineCodecType() argument
276 switch (encodeType) { in GetPipelineCodecType()

Completed in 3 milliseconds