Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dsyntax_enc.c193 const int update_data = 1; in PutSegmentHeader() local
196 if (VP8PutBitUniform(bw, update_data)) { in PutSegmentHeader()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c261 int update_map, update_data; in ParseLossySegmentHeader() local
263 GET_BITS(update_data, 1); in ParseLossySegmentHeader()
266 update_map, update_data); in ParseLossySegmentHeader()
267 if (update_data) { in ParseLossySegmentHeader()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp2195 GLubyte update_data[data_size]; in iterate() local
2202 update_data[i] = 3; in iterate()
2214 gl.bufferSubData(GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, update_data); in iterate()
2266 GLubyte update_data[data_size]; in iterate() local
2272 update_data[i] = 3; in iterate()
2282 gl.bufferSubData(GL_COPY_WRITE_BUFFER, 0 /* offset */, data_size, update_data); in iterate()
2287 if (0 != memcmp(temp_data, update_data, data_size)) in iterate()
/third_party/ffmpeg/libavcodec/
H A Dvaapi_av1.c204 .update_data = frame_header->segmentation_update_data, in vaapi_av1_start_frame()
H A Ddxva2_av1.c211 pp->segmentation.update_data = frame_header->segmentation_update_data; in fill_picture_parameters()
/third_party/libcoap/src/
H A Dcoap_block.c2733 int update_data = 0; in coap_handle_request_put_block() local
2747 update_data = 1; in coap_handle_request_put_block()
2753 if (update_data) { in coap_handle_request_put_block()

Completed in 14 milliseconds