| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_sei.c | 43 void *pos = mpp_packet_get_pos(packet); in h264e_sei_recovery_point_to_packet() 105 void *pos = mpp_packet_get_pos(packet); in h264e_sei_to_packet()
|
| H A D | h264e_pps.c | 109 void *pos = mpp_packet_get_pos(packet); in h264e_pps_to_packet()
|
| H A D | h264e_sps.c | 254 void *pos = mpp_packet_get_pos(packet); in h264e_sps_to_packet()
|
| H A D | h264e_api_v2.c | 835 void *pos = mpp_packet_get_pos(packet); in h264e_sw_enc()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_stream_amend.c | 137 RK_U8 *p = mpp_packet_get_pos(pkt); in h264e_vepu_stream_amend_proc() 293 p = mpp_packet_get_pos(pkt); in h264e_vepu_stream_amend_proc() 321 RK_U8 *p = mpp_packet_get_pos(pkt) + base; in h264e_vepu_stream_amend_sync_ref_idc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_packet.h | 52 void* mpp_packet_get_pos(const MppPacket packet);
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_packet.h | 52 void* mpp_packet_get_pos(const MppPacket packet);
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_api.c | 150 buf = pos = mpp_packet_get_pos(pkt); in vp9d_prepare()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 418 RK_U8 *ptr = mpp_packet_get_pos(pkt); in jpege_start() 546 RK_U8 *ptr = mpp_packet_get_pos(pkt); in jpege_add_Prefix()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_api.c | 283 RK_U8 *ptr = mpp_packet_get_pos(pkt); in h265e_proc_enc_skip() 303 RK_U8 *ptr = mpp_packet_get_pos(pkt); in h265e_add_sei()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/ |
| H A D | av1d_api.c | 162 buf = pos = mpp_packet_get_pos(pkt); in av1d_prepare()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_parse.c | 519 p_curdata = p_start = (RK_U8 *) mpp_packet_get_pos(pkt); in avs2d_parse_prepare_split() 593 p_curdata = p_start = (RK_U8 *) mpp_packet_get_pos(pkt); in avs2d_parse_prepare_fast()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/ |
| H A D | mpp_encoder.cpp | 484 void *ptr = mpp_packet_get_pos(packet); in GetHeader() 642 void *ptr = mpp_packet_get_pos(packet); in Encode()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h263/ |
| H A D | h263d_api.c | 181 pos = mpp_packet_get_pos(pkt); in h263d_prepare()
|
| H A D | h263d_parser.c | 317 RK_U8 *src_buf = mpp_packet_get_pos(src); in mpp_h263_parser_split()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/ |
| H A D | avsd_api.c | 208 RK_U8 *pos = mpp_packet_get_pos(pkt); in avsd_prepare()
|
| H A D | avsd_parse.c | 668 RK_U8 *src_buf = (RK_U8 *)mpp_packet_get_pos(src); in avsd_parser_split()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_api.c | 194 pos = mpp_packet_get_pos(pkt); in mpg4d_prepare()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | mpp_enc_impl.cpp | 447 task->part_pos = (RK_U8 *)mpp_packet_get_pos(packet); in mpp_enc_callback() 1419 mpp_packet_get_pos(enc->packet), in mpp_enc_check_pkt_buf() 2039 hal_task->part_pos = (RK_U8 *)mpp_packet_get_pos(packet); in try_proc_low_deley_task() 2069 RK_U8 *part_pos = (RK_U8 *)mpp_packet_get_pos(packet); in try_proc_low_deley_task() 2106 RK_U8 *part_pos = (RK_U8 *)mpp_packet_get_pos(packet); in try_proc_low_deley_task() 2542 mpp_packet_get_pos(hal_task->packet), in check_async_pkt_buf()
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_enc_test.c | 567 void *ptr = mpp_packet_get_pos(packet); in test_mpp_run() 760 void *ptr = mpp_packet_get_pos(packet); in test_mpp_run()
|
| H A D | mpi_rc2_test.c | 854 ptr = mpp_packet_get_pos(ctx->enc_pkt); in mpi_rc_enc()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/m2v/ |
| H A D | m2vd_parser.c | 405 RK_U8 *src_buf = (RK_U8 *)mpp_packet_get_pos(src); in mpp_m2vd_parser_split() 478 pos = mpp_packet_get_pos(pkt); in m2vd_parser_prepare() 519 RK_U32 *val = (RK_U32 *)mpp_packet_get_pos(pkt); in m2vd_parser_prepare()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_packet.cpp | 210 void *mpp_packet_get_pos(const MppPacket packet) in mpp_packet_get_pos() function
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 532 p_Inp->in_buf = (RK_U8 *)mpp_packet_get_pos(pkt); in h264d_prepare()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 965 void *base = mpp_packet_get_pos(pkt); in jpegd_prepare()
|