Home
last modified time | relevance | path

Searched refs:streamInfo1 (Results 1 – 2 of 2) sorted by relevance

/test/xts/hats/distributedhardware/distributedcameratest/
Ddcameraprovidercase.cpp100 DCStreamInfo streamInfo1; in SetUpTestCase() local
101 streamInfo1.streamId_ = 1; in SetUpTestCase()
102 streamInfo1.width_ = TEST_WIDTH; in SetUpTestCase()
103 streamInfo1.height_ = TEST_HEIGTH; in SetUpTestCase()
104 streamInfo1.stride_ = 1; in SetUpTestCase()
105 streamInfo1.format_ = 1; in SetUpTestCase()
106 streamInfo1.dataspace_ = 1; in SetUpTestCase()
107 streamInfo1.encodeType_ = ENCODE_TYPE_JPEG; in SetUpTestCase()
108 streamInfo1.type_ = SNAPSHOT_FRAME; in SetUpTestCase()
109 streamInfos.push_back(streamInfo1); in SetUpTestCase()
/test/xts/hats/distributedhardware/distributedcameratest_additional/
Ddcameraprovidercase.cpp101 DCStreamInfo streamInfo1; in SetUpTestCase() local
102 streamInfo1.streamId_ = 1; in SetUpTestCase()
103 streamInfo1.width_ = TEST_WIDTH; in SetUpTestCase()
104 streamInfo1.height_ = TEST_HEIGTH; in SetUpTestCase()
105 streamInfo1.stride_ = 1; in SetUpTestCase()
106 streamInfo1.format_ = 1; in SetUpTestCase()
107 streamInfo1.dataspace_ = 1; in SetUpTestCase()
108 streamInfo1.encodeType_ = ENCODE_TYPE_JPEG; in SetUpTestCase()
109 streamInfo1.type_ = SNAPSHOT_FRAME; in SetUpTestCase()
110 streamInfos.push_back(streamInfo1); in SetUpTestCase()