OSDN Git Service

When a recording session is stopped, no outstanding input video frames exist for...
authorJames Dong <jdong@google.com>
Mon, 20 Jun 2011 18:40:52 +0000 (11:40 -0700)
committerJames Dong <jdong@google.com>
Mon, 20 Jun 2011 19:09:49 +0000 (12:09 -0700)
commit03168ed2f76e12e5dd41740697ea8206759924c1
tree757b8458189008dbda61229b443571d19feab6e1
parentb5512a1bd218269de30e1d66bac55c81e227dc0c
When a recording session is stopped, no outstanding input video frames exist for the output buffers returned from OMX component to SF.

When this happens, default value of 0 will be used for the "decoding" time for these output buffers.
These buffers do not contain valid media data anyway.

related-to-bug: 4725803

Change-Id: I0eaf248bb2ac022ff072eaffd0ed3f21171f824e
media/libstagefright/OMXCodec.cpp