Searched refs:frame_prev (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp3193 const Frame* const frame_prev = frames_[i-1]; local
3194 const uint64 frame_timestamp = frame_prev->timestamp();
3196 const int64 discard_padding = frame_prev->discard_padding();
3199 if (!cluster->AddFrameWithDiscardPadding(frame_prev->frame(),
3200 frame_prev->length(),
3202 frame_prev->track_number(),
3204 frame_prev->is_key())) {
3208 if (!cluster->AddFrame(frame_prev->frame(),
3209 frame_prev->length(),
3210 frame_prev
[all...]

Completed in 61 milliseconds