HomeSort by relevance Sort by last modified time
    Searched refs:codecTimeUs (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
GraphicBufferSource.h 492 // backwards). Otherwise, stores the media timestamp in |*codecTimeUs| and returns true.
496 bool calculateCodecTimestamp_l(nsecs_t bufferTimeNs, int64_t *codecTimeUs);
  /frameworks/av/media/libstagefright/bqhelper/
GraphicBufferSource.cpp 804 nsecs_t bufferTimeNs, int64_t *codecTimeUs) {
858 *codecTimeUs = mPrevFrameUs;
868 int64_t codecTimeUs;
869 if (!calculateCodecTimestamp_l(item.mTimestampNs, &codecTimeUs)) {
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp     [all...]

Completed in 171 milliseconds