Home
last modified time | relevance | path

Searched refs:tmp_buffer (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.cc132 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/
Dgfx10_query.c286 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()
Dsi_query.c1533 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/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c456 fixed_y_t* const tmp_buffer = SAFE_ALLOC(w * 3, 2, fixed_y_t); // scratch in PreprocessARGB() local
473 tmp_buffer == NULL) { in PreprocessARGB()
485 fixed_y_t* const src1 = tmp_buffer + 0 * w; in PreprocessARGB()
486 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB()
523 fixed_y_t* const src1 = tmp_buffer + 0 * w; in PreprocessARGB()
524 fixed_y_t* const src2 = tmp_buffer + 3 * w; in PreprocessARGB()
562 WebPSafeFree(tmp_buffer); in PreprocessARGB()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c460 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/libxml2/
DparserInternals.c2033 xmlParserNodeInfo *tmp_buffer; in xmlParserAddNodeInfo() local
2042 tmp_buffer = (xmlParserNodeInfo *) xmlMalloc(byte_size); in xmlParserAddNodeInfo()
2044 tmp_buffer = in xmlParserAddNodeInfo()
2048 if (tmp_buffer == NULL) { in xmlParserAddNodeInfo()
2052 ctxt->node_seq.buffer = tmp_buffer; in xmlParserAddNodeInfo()
/third_party/lz4/tests/
Dfuzzer.c1228 { 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/
Dr600_query.c1611 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/
Dexr.c817 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/
Dgl4cDirectStateAccessBuffersTests.cpp4505 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()
Dgl3cTransformFeedbackTests.cpp875 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/
Dgsthlsdemux.c1177 GstBuffer *tmp_buffer; in gst_hls_demux_data_received() local
1202 tmp_buffer = hls_stream->pending_decrypted_buffer; in gst_hls_demux_data_received()
1204 buffer = tmp_buffer; in gst_hls_demux_data_received()