/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 295 static void StreamAttrInitialize(StreamAttr *streamAttr, Surface *surface, in StreamAttrInitialize() argument 298 if (streamAttr == nullptr || surface == nullptr) { in StreamAttrInitialize() 301 (void)memset_s(streamAttr, sizeof(StreamAttr), 0, sizeof(StreamAttr)); in StreamAttrInitialize() 302 streamAttr->type = streamType; in StreamAttrInitialize() 303 fc.GetParameter(CAM_IMAGE_FORMAT, streamAttr->format); in StreamAttrInitialize() 304 streamAttr->width = surface->GetWidth(); in StreamAttrInitialize() 305 streamAttr->height = surface->GetHeight(); in StreamAttrInitialize() 306 fc.GetParameter(CAM_FRAME_FPS, streamAttr->fps); in StreamAttrInitialize() 307 fc.GetParameter(CAM_IMAGE_INVERT_MODE, streamAttr->invertMode); in StreamAttrInitialize() 308 fc.GetParameter(CAM_IMAGE_CROP_RECT, streamAttr in StreamAttrInitialize() [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 68 attribute_.attr.streamAttr.streamType); in OpenSoftBusSession() 168 attribute_.attr.streamAttr.streamType = COMMON_VIDEO_STREAM; in SetAttrbute() 170 attribute_.attr.streamAttr.streamType); in SetAttrbute()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/softbus/ |
H A D | softbus_wrapper.cpp | 68 attribute_.attr.streamAttr.streamType); in OpenSoftBusSession() 168 attribute_.attr.streamAttr.streamType = COMMON_VIDEO_STREAM; in SetAttrbute() 170 attribute_.attr.streamAttr.streamType); in SetAttrbute()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_client_test.cpp | 119 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F() 166 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F() 215 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F() 269 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F() 330 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F()
|
/foundation/distributedhardware/device_manager/test/unittest/mock/ |
H A D | session.h | 101 } streamAttr; member
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | session.h | 126 } streamAttr; member
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/ |
H A D | trans_lane_common_test.cpp | 207 attr.attr.streamAttr.streamType = RAW_STREAM;
in HWTEST_F() 215 attr.attr.streamAttr.streamType = COMMON_VIDEO_STREAM;
in HWTEST_F() 223 attr.attr.streamAttr.streamType = COMMON_AUDIO_STREAM;
in HWTEST_F() 481 attr.attr.streamAttr.streamType = 1,
in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/distributed_stream/ |
H A D | distributed_stream_test.cpp | 331 attribute.attr.streamAttr.streamType = isRawStream ? RAW_STREAM : COMMON_VIDEO_STREAM; in OpenAllSession() 333 cout << "streamType === " << attribute.attr.streamAttr.streamType << endl; in OpenAllSession()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_socket_manager.c | 473 session->info.streamType = param->attr->attr.streamAttr.streamType; in ClientInitSession() 571 tmpAttr->attr.streamAttr.streamType = sessionNode->info.streamType; in FillSessionParam() 775 tmpAttr->attr.streamAttr.streamType = sessionNode->info.streamType; in FillDfsSocketParam()
|
H A D | client_trans_session_service.c | 975 tmpAttr->attr.streamAttr.streamType = RAW_STREAM; in CreateSessionAttributeBySocketInfoTrans() 980 tmpAttr->attr.streamAttr.streamType = COMMON_VIDEO_STREAM; in CreateSessionAttributeBySocketInfoTrans() 984 tmpAttr->attr.streamAttr.streamType = COMMON_AUDIO_STREAM; in CreateSessionAttributeBySocketInfoTrans() 988 tmpAttr->attr.streamAttr.streamType = VIDEO_SLICE_STREAM; in CreateSessionAttributeBySocketInfoTrans()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/transserverproxyextern_fuzzer/ |
H A D | transserverproxyextern_fuzzer.cpp | 84 sessionAttr->attr.streamAttr.streamType = *(reinterpret_cast<const int32_t *>(data)); in InitSessionAttribute()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/moduletest/socket/stream_encrypt_test/ |
H A D | stream_encrypt_client_mt.cpp | 305 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 112 streamType = param->attr->attr.streamAttr.streamType; in TransGetLaneTransTypeBySession() 291 appInfo->streamType = (StreamType)param->attr->attr.streamAttr.streamType; in TransCommonGetAppInfo()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/small/ |
H A D | trans_server_proxy.c | 204 if (!WriteInt32(request, attrs->attr.streamAttr.streamType)) { in TransWriteIpcSessionAttrs() 205 TRANS_LOGE(TRANS_SDK, "OpenSession write my attrs streamAttr failed!"); in TransWriteIpcSessionAttrs()
|
/foundation/communication/dsoftbus/core/frame/small/init/src/ |
H A D | trans_server_stub.c | 142 if (!ReadInt32(req, &getAttr->attr.streamAttr.streamType)) { in ServerReadSessionAttrs()
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/ |
H A D | trans_server_proxy_standard.cpp | 204 if (!data.WriteInt32(attrs->attr.streamAttr.streamType)) { in TransWriteSessionAttrs() 205 TRANS_LOGE(TRANS_SDK, "OpenSession write my attrs streamAttr failed!"); in TransWriteSessionAttrs()
|
/foundation/communication/dsoftbus/core/frame/standard/init/src/ |
H A D | softbus_server_stub.cpp | 528 getAttr->attr.streamAttr.streamType = data.ReadInt32(); in ReadSessionAttrs()
|