Home
last modified time | relevance | path

Searched refs:consumed_stream (Results 1 – 14 of 14) sorted by relevance

/dports/net/py-libcloud/apache-libcloud-3.4.1/test/storage/
H A Dtest_azure_blobs.py701 consumed_stream = ''.join(chunk.decode('utf-8') for chunk in stream)
702 self.assertEqual(len(consumed_stream), obj.size)
737 consumed_stream = ''.join(chunk.decode('utf-8') for chunk in stream)
738 self.assertEqual(consumed_stream, '45')
739 self.assertEqual(len(consumed_stream), obj.size)
H A Dtest_cloudfiles.py432 consumed_stream = ''.join(chunk.decode('utf-8') for chunk in stream)
433 self.assertEqual(consumed_stream, '56')
434 self.assertEqual(len(consumed_stream), obj.size)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c425 ctx->consumed_stream += s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame()
429 ctx->consumed_stream + STUFF_BYTE < in s5p_mfc_handle_frame()
436 ctx->consumed_stream = 0; in s5p_mfc_handle_frame()
H A Ds5p_mfc_common.h662 unsigned long consumed_stream; member
H A Ds5p_mfc_opr_v5.c1183 ctx->consumed_stream, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
H A Ds5p_mfc_opr_v6.c1816 ctx->consumed_stream, in s5p_mfc_run_dec_frame()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c425 ctx->consumed_stream += s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame()
429 ctx->consumed_stream + STUFF_BYTE < in s5p_mfc_handle_frame()
436 ctx->consumed_stream = 0; in s5p_mfc_handle_frame()
H A Ds5p_mfc_common.h662 unsigned long consumed_stream; member
H A Ds5p_mfc_opr_v5.c1183 ctx->consumed_stream, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
H A Ds5p_mfc_opr_v6.c1816 ctx->consumed_stream, in s5p_mfc_run_dec_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c425 ctx->consumed_stream += s5p_mfc_hw_call(dev->mfc_ops, in s5p_mfc_handle_frame()
429 ctx->consumed_stream + STUFF_BYTE < in s5p_mfc_handle_frame()
436 ctx->consumed_stream = 0; in s5p_mfc_handle_frame()
H A Ds5p_mfc_common.h662 unsigned long consumed_stream; member
H A Ds5p_mfc_opr_v5.c1183 ctx->consumed_stream, temp_vb->b->vb2_buf.planes[0].bytesused); in s5p_mfc_run_dec_frame()
H A Ds5p_mfc_opr_v6.c1816 ctx->consumed_stream, in s5p_mfc_run_dec_frame()