Home
last modified time | relevance | path

Searched refs:streambuf (Results 1 – 25 of 64) sorted by relevance

123

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_api.c51 MPP_FREE(p_dec->streambuf); in avsd_deinit()
89 p_dec->streambuf = mpp_malloc(RK_U8, p_dec->stream_size); in avsd_init()
90 MEM_CHECK(ret, p_dec->streambuf); in avsd_init()
91 mpp_packet_init(&p_dec->task_pkt, p_dec->streambuf, p_dec->stream_size); in avsd_init()
249 memcpy(dst, p_dec->streambuf, p_dec->left_length); in avsd_prepare()
251 mpp_free(p_dec->streambuf); in avsd_prepare()
252 p_dec->streambuf = dst; in avsd_prepare()
254 mpp_packet_set_data(p_dec->task_pkt, p_dec->streambuf); in avsd_prepare()
266 memcpy(p_dec->streambuf, pos, length); in avsd_prepare()
267 mpp_packet_set_data(p_dec->task_pkt, p_dec->streambuf); in avsd_prepare()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diostream18 #include <streambuf>
39 #include <streambuf>
H A Dmodule.modulemap316 export streambuf
323 // FIXME: should re-export ios, streambuf?
370 // FIXME: should re-export ios, streambuf?
403 // FIXME: should re-export istream, ostream, ios, streambuf, string?
415 module streambuf {
416 header "streambuf"
H A Dstrstream50 virtual streambuf* setbuf(char* s, streamsize n);
141 : public streambuf
198 : streambuf(__rhs),
219 streambuf::operator=(__rhs);
H A Diosfwd57 typedef basic_streambuf<char> streambuf;
159 typedef basic_streambuf<char> streambuf;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diostream18 #include <streambuf>
39 #include <streambuf>
H A Dmodule.modulemap316 export streambuf
323 // FIXME: should re-export ios, streambuf?
370 // FIXME: should re-export ios, streambuf?
403 // FIXME: should re-export istream, ostream, ios, streambuf, string?
415 module streambuf {
416 header "streambuf"
H A Dstrstream50 virtual streambuf* setbuf(char* s, streamsize n);
141 : public streambuf
198 : streambuf(__rhs),
219 streambuf::operator=(__rhs);
H A Diosfwd57 typedef basic_streambuf<char> streambuf;
159 typedef basic_streambuf<char> streambuf;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dresolve.hpp124 mode_adapter<Mode, std::streambuf>
125 resolve(std::streambuf& sb) in resolve()
126 { return mode_adapter<Mode, std::streambuf>(wrap(sb)); } in resolve()
H A Dstreambuf.hpp28 # define BOOST_IOSTREAMS_BASIC_STREAMBUF(ch, tr) std::streambuf
H A Diostream.hpp28 # define BOOST_IOSTREAMS_BASIC_STREAMBUF(ch, tr) std::streambuf
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_conv.h406 wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt = new _Codecvt, in _GLIBCXX_VISIBILITY()
431 streambuf* rdbuf() const noexcept { return _M_buf; } in _GLIBCXX_VISIBILITY()
433 streambuf* in _GLIBCXX_VISIBILITY()
434 rdbuf(streambuf *__bytebuf) noexcept in _GLIBCXX_VISIBILITY()
596 streambuf* _M_buf; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_conv.h406 wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt = new _Codecvt, in _GLIBCXX_VISIBILITY()
431 streambuf* rdbuf() const noexcept { return _M_buf; } in _GLIBCXX_VISIBILITY()
433 streambuf* in _GLIBCXX_VISIBILITY()
434 rdbuf(streambuf *__bytebuf) noexcept in _GLIBCXX_VISIBILITY()
596 streambuf* _M_buf; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/m2vd/
H A Dhal_m2vd_vdpu1.c151 MppBuffer streambuf = NULL; in hal_m2vd_vdpu1_gen_regs() local
214 mpp_buf_slot_get_prop(ctx->packet_slots, task->dec.input, SLOT_BUFFER, &streambuf); in hal_m2vd_vdpu1_gen_regs()
215 p_regs->sw12.rlc_vlc_base = mpp_buffer_get_fd(streambuf); in hal_m2vd_vdpu1_gen_regs()
H A Dhal_m2vd_vdpu2.c200 MppBuffer streambuf = NULL; in hal_m2vd_vdpu2_gen_regs() local
264 mpp_buf_slot_get_prop(ctx->packet_slots, task->dec.input, SLOT_BUFFER, &streambuf); in hal_m2vd_vdpu2_gen_regs()
265 p_regs->sw64.VLC_base = mpp_buffer_get_fd(streambuf); in hal_m2vd_vdpu2_gen_regs()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_rkv.c697 static void update_stream_buffer(MppBuffer streambuf, HalTaskInfo *syn) in update_stream_buffer() argument
701 RK_U8 *ptr = (RK_U8*)mpp_buffer_get_ptr(streambuf); in update_stream_buffer()
753 MppBuffer streambuf = NULL; in hal_h265d_rkv_gen_regs() local
851 &streambuf); in hal_h265d_rkv_gen_regs()
854 dxva_cxt->bitstream = mpp_buffer_get_ptr(streambuf); in hal_h265d_rkv_gen_regs()
870 update_stream_buffer(streambuf, syn); in hal_h265d_rkv_gen_regs()
876 hw_regs->sw_strm_rlc_base = mpp_buffer_get_fd(streambuf); in hal_h265d_rkv_gen_regs()
877 stream_buf_size = mpp_buffer_get_size(streambuf); in hal_h265d_rkv_gen_regs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Distream239 * @brief Extracting into another streambuf.
240 * @param __sb A pointer to a streambuf
249 * @p __sb streambuf until one of the following occurs:
358 * @brief Extraction into another streambuf.
359 * @param __sb A streambuf in which to store data.
380 * @brief Extraction into another streambuf.
381 * @param __sb A streambuf in which to store data.
495 * number of characters remaining in the streambuf's buffer,
502 * more from the external input sequence controlled by the streambuf.
846 * streambuf pointer passed to this constructor.
H A Dstreambuf25 /** @file include/streambuf
577 * from streambuf can safely cache results of calls to locale
592 * https://gcc.gnu.org/onlinedocs/libstdc++/manual/streambufs.html#io.streambuf.buffering
687 * A functioning input streambuf can be created by overriding only
769 * A functioning output streambuf can be created by overriding only
843 // Explicit specialization declarations, defined in src/streambuf.cc.
860 #include <bits/streambuf.tcc>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Distream239 * @brief Extracting into another streambuf.
240 * @param __sb A pointer to a streambuf
249 * @p __sb streambuf until one of the following occurs:
358 * @brief Extraction into another streambuf.
359 * @param __sb A streambuf in which to store data.
380 * @brief Extraction into another streambuf.
381 * @param __sb A streambuf in which to store data.
495 * number of characters remaining in the streambuf's buffer,
502 * more from the external input sequence controlled by the streambuf.
846 * streambuf pointer passed to this constructor.
H A Dstreambuf25 /** @file include/streambuf
577 * from streambuf can safely cache results of calls to locale
592 * https://gcc.gnu.org/onlinedocs/libstdc++/manual/streambufs.html#io.streambuf.buffering
687 * A functioning input streambuf can be created by overriding only
769 * A functioning output streambuf can be created by overriding only
843 // Explicit specialization declarations, defined in src/streambuf.cc.
860 #include <bits/streambuf.tcc>
H A Dios43 #include <streambuf>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dchar_array_buffer.hpp10 class CharArrayBuffer : public std::streambuf
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c330 MppBuffer streambuf = NULL; in h265d_syntax_fill_slice() local
338 mpp_buf_slot_get_prop(h->packet_slots, input_index, SLOT_BUFFER, &streambuf); in h265d_syntax_fill_slice()
339 current = ptr = (RK_U8 *)mpp_buffer_get_ptr(streambuf); in h265d_syntax_fill_slice()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/vp9d/
H A Dhal_vp9d_rkv.c257 MppBuffer streambuf = NULL; in hal_vp9d_rkv_gen_regs() local
297 mpp_buf_slot_get_prop(p_hal->packet_slots, task->dec.input, SLOT_BUFFER, &streambuf); in hal_vp9d_rkv_gen_regs()
298 bitstream = mpp_buffer_get_ptr(streambuf); in hal_vp9d_rkv_gen_regs()
331 vp9_hw_regs->swreg4_strm_rlc_base = mpp_buffer_get_fd(streambuf); in hal_vp9d_rkv_gen_regs()

123