Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/mux/
H A Danim_encode.c308 // Release the data contained by 'encoded_frame'.
309 static void FrameRelease(EncodedFrame* const encoded_frame) { in FrameRelease() argument
310 if (encoded_frame != NULL) { in FrameRelease()
311 WebPDataClear(&encoded_frame->sub_frame_.bitstream); in FrameRelease()
312 WebPDataClear(&encoded_frame->key_frame_.bitstream); in FrameRelease()
313 memset(encoded_frame, 0, sizeof(*encoded_frame)); in FrameRelease()
1011 EncodedFrame* const encoded_frame) { in PickBestCandidate()
1029 ? &encoded_frame->key_frame_ in PickBestCandidate()
1030 : &encoded_frame in PickBestCandidate()
1009 PickBestCandidate(WebPAnimEncoder* const enc, Candidate* const candidates, int is_key_frame, EncodedFrame* const encoded_frame) PickBestCandidate() argument
1056 SetFrame(WebPAnimEncoder* const enc, const WebPConfig* const config, int is_key_frame, EncodedFrame* const encoded_frame, int* const frame_skipped) SetFrame() argument
1189 KeyFramePenalty(const EncodedFrame* const encoded_frame) KeyFramePenalty() argument
1200 EncodedFrame* const encoded_frame = GetFrame(enc, position); CacheFrame() local
[all...]

Completed in 3 milliseconds