Home
last modified time | relevance | path

Searched refs:is_frame (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/src/mux/
Dmuxread.c460 const int is_frame = (wpi->header_->tag_ == kChunks[IDX_ANMF].tag); in MuxGetFrameInternal() local
462 if (!is_frame) return WEBP_MUX_INVALID_ARGUMENT; in MuxGetFrameInternal()
/third_party/skia/third_party/externals/libwebp/src/mux/
Dmuxread.c457 const int is_frame = (wpi->header_->tag_ == kChunks[IDX_ANMF].tag); in MuxGetFrameInternal() local
459 if (!is_frame) return WEBP_MUX_INVALID_ARGUMENT; in MuxGetFrameInternal()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c183 gboolean is_frame; member
202 if (data->is_frame) in _unmap_userptr_frame()
241 data->is_frame = TRUE; in gst_v4l2_buffer_pool_import_userptr()
291 data->is_frame = FALSE; in gst_v4l2_buffer_pool_import_userptr()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch45080 + bool is_frame = resource.is_subframe ||
45085 + if (resource.is_subresource && !is_frame) {