Searched refs:encodeType (Results 1 - 7 of 7) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 146 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 D | test_recorder.hpp | 32 AudioCodecFormat encodeType = AudioCodecFormat::AAC_LC, in AudioRecordSource() 39 encodeType_(encodeType), in AudioRecordSource()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/ |
H A D | icamera_source_data_process.h | 30 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 D | dcamera_sink_data_process.cpp | 193 VideoCodecType DCameraSinkDataProcess::GetPipelineCodecType(DCEncodeType encodeType) in GetPipelineCodecType() argument 196 switch (encodeType) { in GetPipelineCodecType()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_data_process.h | 50 VideoCodecType GetPipelineCodecType(DCEncodeType encodeType);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process.h | 53 VideoCodecType GetPipelineCodecType(DCEncodeType encodeType);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process.cpp | 75 "%{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