Searched refs:streamFormat (Results 1 – 1 of 1) sorted by relevance
234 int32_t streamFormat; in DeserializeFrameConfig() local235 ReadInt32(&io, &streamFormat); in DeserializeFrameConfig()236 fc->SetParameter(CAM_IMAGE_FORMAT, streamFormat); in DeserializeFrameConfig()237 MEDIA_INFO_LOG("streamFormat is %d", streamFormat); in DeserializeFrameConfig()