Searched refs:streamIndex (Results 1 – 4 of 4) sorted by relevance
313 char* info, size_t streamIndex = 1) { in GetURLForComponent() argument319 ASSERT_TRUE(streamIndex < STREAM_COUNT); in GetURLForComponent()357 strcat(mURL, kCompToURL[i].mURL[streamIndex]); in GetURLForComponent()358 strcat(info, kCompToURL[i].info[streamIndex]); in GetURLForComponent()
813 QCamera3Channel *channel, uint32_t streamIndex);
5100 uint32_t streamIndex) { in fillPbStreamConfig() argument5111 QCamera3Stream *stream = channel->getStreamByIndex(streamIndex); in fillPbStreamConfig()5113 LOGE("%s: Failed to get stream %d in channel.", __FUNCTION__, streamIndex); in fillPbStreamConfig()5119 LOGE("%s: Failed to get stream info for stream %d in channel.", __FUNCTION__, streamIndex); in fillPbStreamConfig()
1035 * setLayerSidebandStream(int32_t streamIndex)1041 * @param streamIndex is the new sideband stream.