Searched refs:sub_frame (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | anim_encode.c | 540 WebPPicture* const sub_frame) { in GetSubRect() 549 if (empty_rect_allowed) { // No need to get 'sub_frame'. in GetSubRect() 561 rect->width_, rect->height_, sub_frame); in GetSubRect() 784 static WebPEncodingError EncodeCandidate(WebPPicture* const sub_frame, in EncodeCandidate() argument 813 if (!EncodeFrame(&config, sub_frame, &candidate->mem_)) { in EncodeCandidate() 814 error_code = sub_frame->error_code; in EncodeCandidate() 535 GetSubRect(const WebPPicture* const prev_canvas, const WebPPicture* const curr_canvas, int is_key_frame, int is_first_frame, int empty_rect_allowed, int is_lossless, float quality, FrameRectangle* const rect, WebPPicture* const sub_frame) GetSubRect() argument
|
Completed in 3 milliseconds