diff options
| author | Chong Zhang <chz@google.com> | 2015-05-19 17:30:34 -0700 | 
|---|---|---|
| committer | Chong Zhang <chz@google.com> | 2015-05-21 18:12:21 -0700 | 
| commit | 79608158c2254fe1357959157f2d0c1560a8a6c6 (patch) | |
| tree | 17e8aede8ce700ae9c169a23fad547eac5c6bc6a /include | |
| parent | 2232aee25e4df7d04446912e8ad9e9dc44d8ec16 (diff) | |
| download | frameworks_av-79608158c2254fe1357959157f2d0c1560a8a6c6.zip frameworks_av-79608158c2254fe1357959157f2d0c1560a8a6c6.tar.gz frameworks_av-79608158c2254fe1357959157f2d0c1560a8a6c6.tar.bz2  | |
stagefright: measure max encoder buffer count for persistent surface
bug: 19127604
Change-Id: I9a9b29b527d20f43a5a0188380baf2242bd31507
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/stagefright/MediaCodecList.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/MediaCodecList.h b/include/media/stagefright/MediaCodecList.h index ce34338..df5e519 100644 --- a/include/media/stagefright/MediaCodecList.h +++ b/include/media/stagefright/MediaCodecList.h @@ -32,6 +32,8 @@  namespace android { +extern const char *kMaxEncoderInputBuffers; +  struct AMessage;  struct MediaCodecList : public BnMediaCodecList {  | 
