commit | cd4e4051c2710882616009ebc779b1ae0cec697b | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Thu Oct 15 16:19:51 2015 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Oct 15 16:19:51 2015 -0700 |
tree | d2732a55d4754d675ee56d07ec41a9553e9c6b4e | |
parent | 3ef9fa6abc653221f986283658efefc53a03fb95 [diff] | |
parent | 1e52460e077c7e9cdc1f6e064edb68f24f925032 [diff] |
Merge "Bluetooth: A2DP Sink add interfaces for focus request and update"
diff --git a/include/hardware/tv_input.h b/include/hardware/tv_input.h index ed3fafb..456b06e 100644 --- a/include/hardware/tv_input.h +++ b/include/hardware/tv_input.h
@@ -278,6 +278,9 @@ /* OUT: Client must allocate a buffer with this format. */ uint32_t format; + + /* OUT: Client must allocate buffers based on this count. */ + uint32_t buffer_count; } buffer_producer_stream_t; typedef struct tv_stream {