Searched refs:videoSrcFormat (Results 1 – 1 of 1) sorted by relevance
161 const uint32_t videoSrcFormat = mVideo.getV4LFormat(); in startVideoStream() local162 LOG(INFO) << "Configuring to accept " << (char*)&videoSrcFormat in startVideoStream()167 switch (videoSrcFormat) { in startVideoStream()172 << ((char*)&videoSrcFormat)[0] in startVideoStream()173 << ((char*)&videoSrcFormat)[1] in startVideoStream()174 << ((char*)&videoSrcFormat)[2] in startVideoStream()175 << ((char*)&videoSrcFormat)[3] in startVideoStream()176 << std::hex << videoSrcFormat; in startVideoStream()180 switch (videoSrcFormat) { in startVideoStream()183 LOG(ERROR) << "Unhandled camera format " << (char*)&videoSrcFormat; in startVideoStream()[all …]