Lines Matching refs:intent
60 const int streamId, const StreamIntent intent)
66 if (intent == STILL_CAPTURE) {
68 } else if (intent == VIDEO) {
76 streamInfo.intent_ = intent;
84 void MetaDataTest::CreateStream(int streamId, StreamIntent intent)
88 if (intent == PREVIEW) {
92 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent);
95 } else if (intent == STILL_CAPTURE) {
98 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent);
100 } else if (intent == VIDEO) {
103 SetStreamInfo(streamInfo, streamCustomerVideo_, streamId, intent);