Home
last modified time | relevance | path

Searched refs:streamAttr (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp295 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 Dsoftbus_wrapper.cpp68 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 Dsoftbus_wrapper.cpp68 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 Dtrans_qos_stat_client_test.cpp119 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 Dsession.h101 } streamAttr; member
/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dsession.h126 } streamAttr; member
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_common_test.cpp207 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 Ddistributed_stream_test.cpp331 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 Dclient_trans_socket_manager.c473 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 Dclient_trans_session_service.c975 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 Dtransserverproxyextern_fuzzer.cpp84 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 Dstream_encrypt_client_mt.cpp305 attr.attr.streamAttr.streamType = RAW_STREAM; in HWTEST_F()
/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c112 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 Dtrans_server_proxy.c204 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 Dtrans_server_stub.c142 if (!ReadInt32(req, &getAttr->attr.streamAttr.streamType)) { in ServerReadSessionAttrs()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy_standard.cpp204 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 Dsoftbus_server_stub.cpp528 getAttr->attr.streamAttr.streamType = data.ReadInt32(); in ReadSessionAttrs()

Completed in 22 milliseconds