Searched defs:VdiStreamInfo (Results 1 – 2 of 2) sorted by relevance
111 struct VdiStreamInfo { struct112 int32_t streamId_;113 int32_t width_;114 int32_t height_;115 int32_t format_;116 int32_t dataspace_;117 VdiStreamIntent intent_;118 bool tunneledMode_;119 sptr<BufferProducerSequenceable> bufferQueue_;120 int32_t minFrameDuration_;[all …]
114 struct VdiStreamInfo { struct132 struct VdiStreamInfo stream; argument