/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | qtitem.cc | 132 GstBuffer *tmp_buffer; in ~QtGLVideoItem() local 150 while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->potentially_unbound_buffers))) { in ~QtGLVideoItem() 151 GST_TRACE ("old buffer %p should be unbound now, unreffing", tmp_buffer); in ~QtGLVideoItem() 152 gst_buffer_unref (tmp_buffer); in ~QtGLVideoItem() 154 while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->bound_buffers))) { in ~QtGLVideoItem() 155 GST_TRACE ("old buffer %p should be unbound now, unreffing", tmp_buffer); in ~QtGLVideoItem() 156 gst_buffer_unref (tmp_buffer); in ~QtGLVideoItem() 313 GstBuffer *tmp_buffer; in updatePaintNode() local 319 … while ((tmp_buffer = (GstBuffer*) g_queue_pop_head (&this->priv->potentially_unbound_buffers))) { in updatePaintNode() 320 GST_TRACE ("old buffer %p should be unbound now, unreffing", tmp_buffer); in updatePaintNode() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | gfx10_query.c | 286 struct pipe_resource *tmp_buffer = NULL; in gfx10_sh_query_get_result_resource() local 296 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer); in gfx10_sh_query_get_result_resource() 297 if (!tmp_buffer) in gfx10_sh_query_get_result_resource() 353 ssbo[1].buffer = tmp_buffer; in gfx10_sh_query_get_result_resource() 418 pipe_resource_reference(&tmp_buffer, NULL); in gfx10_sh_query_get_result_resource()
|
D | si_query.c | 1533 struct pipe_resource *tmp_buffer = NULL; in si_query_hw_get_result_resource() local 1557 u_suballocator_alloc(&sctx->allocator_zeroed_memory, 16, 16, &tmp_buffer_offset, &tmp_buffer); in si_query_hw_get_result_resource() 1558 if (!tmp_buffer) in si_query_hw_get_result_resource() 1574 ssbo[1].buffer = tmp_buffer; in si_query_hw_get_result_resource() 1663 pipe_resource_reference(&tmp_buffer, NULL); in si_query_hw_get_result_resource()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_csp_enc.c | 460 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local 477 tmp_buffer == NULL) { in PreprocessARGB() 489 fixed_y_t* const src1 = tmp_buffer + 0 * w; in PreprocessARGB() 490 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB() 527 fixed_y_t* const src1 = tmp_buffer + 0 * w; in PreprocessARGB() 528 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB() 566 WebPSafeFree(tmp_buffer); in PreprocessARGB()
|
/third_party/node/deps/ada/ |
D | ada.cpp | 9606 std::u32string tmp_buffer; in from_ascii_to_ascii() local 9607 bool is_ok = ada::idna::punycode_to_utf32(puny_segment_ascii, tmp_buffer); in from_ascii_to_ascii() 9611 std::u32string post_map = ada::idna::map(tmp_buffer); in from_ascii_to_ascii() 9612 if (tmp_buffer != post_map) { in from_ascii_to_ascii() 9678 std::u32string tmp_buffer; in to_ascii() local 9679 bool is_ok = ada::idna::punycode_to_utf32(puny_segment_ascii, tmp_buffer); in to_ascii() 9683 std::u32string post_map = ada::idna::map(tmp_buffer); in to_ascii() 9684 if (tmp_buffer != post_map) { in to_ascii() 9750 std::u32string tmp_buffer; in to_unicode() local 9751 if (ada::idna::punycode_to_utf32(label_view, tmp_buffer)) { in to_unicode() [all …]
|
/third_party/lz4/tests/ |
D | fuzzer.c | 1228 { char tmp_buffer[240] = { 0 }; in FUZ_unitTests() local 1229 FUZ_CHECKTEST( LZ4_saveDict(ctx, tmp_buffer, sizeof(tmp_buffer)) != 0, in FUZ_unitTests() 1346 { char tmp_buffer[240] = { 0 }; in FUZ_unitTests() local 1347 FUZ_CHECKTEST( LZ4_saveDictHC(ctx, tmp_buffer, sizeof(tmp_buffer)) != 0, in FUZ_unitTests()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_query.c | 1611 struct pipe_resource *tmp_buffer = NULL; in r600_query_hw_get_result_resource() local 1638 &tmp_buffer_offset, &tmp_buffer); in r600_query_hw_get_result_resource() 1639 if (!tmp_buffer) in r600_query_hw_get_result_resource() 1655 ssbo[1].buffer = tmp_buffer; in r600_query_hw_get_result_resource() 1749 pipe_resource_reference(&tmp_buffer, NULL); in r600_query_hw_get_result_resource()
|
/third_party/ffmpeg/libavcodec/ |
D | exr.c | 817 uint16_t tmp_buffer[16]; /* B44 use 4x4 half float pixel */ in b44_uncompress() local 840 unpack_3(sr, tmp_buffer); in b44_uncompress() 848 unpack_14(sr, tmp_buffer); in b44_uncompress() 861 td->uncompressed_data[index_out] = tmp_buffer[index_tmp] & 0xff; in b44_uncompress() 862 td->uncompressed_data[index_out + 1] = tmp_buffer[index_tmp] >> 8; in b44_uncompress()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 4505 glw::GLuint tmp_buffer = too_much_buffers.top(); in TestErrorsOfNamedBufferData() local 4507 if (tmp_buffer) in TestErrorsOfNamedBufferData() 4509 gl.deleteBuffers(1, &tmp_buffer); in TestErrorsOfNamedBufferData() 4720 glw::GLuint tmp_buffer = too_much_buffers.top(); in TestErrorsOfNamedBufferStorage() local 4722 if (tmp_buffer) in TestErrorsOfNamedBufferStorage() 4724 gl.deleteBuffers(1, &tmp_buffer); in TestErrorsOfNamedBufferStorage()
|
D | gl3cTransformFeedbackTests.cpp | 875 glw::GLchar tmp_buffer[256]; in testExtension1() local 881 …ormFeedbackVarying(m_program_id_with_output, transform_feedback_varyings, sizeof(tmp_buffer), NULL, in testExtension1() 882 &tmp_size, &tmp_type, tmp_buffer); in testExtension1()
|
/third_party/gstreamer/gstplugins_bad/ext/hls/ |
D | gsthlsdemux.c | 1205 GstBuffer *tmp_buffer; in gst_hls_demux_data_received() local 1230 tmp_buffer = hls_stream->pending_decrypted_buffer; in gst_hls_demux_data_received() 1232 buffer = tmp_buffer; in gst_hls_demux_data_received()
|