Searched refs:strm_offset (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 53 p_long->BSNALunitDataLocation = dxva_ctx->strm_offset; in fill_slice_stream() 377 p_dec->DataSize = MPP_ALIGN(dxva_ctx->strm_offset, 16); in commit_buffer() 378 memset(dxva_ctx->bitstream + dxva_ctx->strm_offset, 0, p_dec->DataSize - dxva_ctx->strm_offset); in commit_buffer() 391 dxva_ctx->strm_offset = 0; in commit_buffer()
|
| H A D | h264d_api.c | 444 p_Dec->dxva_ctx->strm_offset = 0; in h264d_reset() 578 memset(p_Dec->dxva_ctx->bitstream + p_Dec->dxva_ctx->strm_offset, 0, in h264d_prepare() 579 MPP_ALIGN(p_Dec->dxva_ctx->strm_offset, 16) - p_Dec->dxva_ctx->strm_offset); in h264d_prepare() 581 mpp_packet_set_length(p_Dec->task_pkt, MPP_ALIGN(p_Dec->dxva_ctx->strm_offset, 16)); in h264d_prepare()
|
| H A D | h264d_parse.c | 369 if ((dxva_ctx->strm_offset + add_size) >= dxva_ctx->max_strm_size) { in store_cur_nalu() 373 p_des = &dxva_ctx->bitstream[dxva_ctx->strm_offset]; in store_cur_nalu() 376 dxva_ctx->strm_offset += add_size; in store_cur_nalu() 981 p_Dec->dxva_ctx->strm_offset = 0; in parse_loop()
|
| H A D | h264d_global.h | 872 RK_U32 strm_offset; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/ |
| H A D | hal_jpegd_rkv.c | 513 RK_U32 strm_offset = 0; in jpegd_gen_regs() local 518 strm_offset = s->strm_offset; in jpegd_gen_regs() 519 hw_strm_offset = strm_offset - strm_offset % 16; in jpegd_gen_regs() 520 start_byte = strm_offset % 16; in jpegd_gen_regs()
|
| H A D | hal_jpegd_vdpu1.c | 169 offset = (s->strm_offset & (~7)); in jpegd_set_stream_offset()
|
| H A D | hal_jpegd_vdpu2.c | 247 offset = (s->strm_offset & (~7)); in jpegd_set_stream_offset()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/ |
| H A D | jpegd_parser.c | 838 syntax->strm_offset = buf_ptr - buf + syntax->sos_len; in jpegd_decode_frame() 839 syntax->cur_pos = (RK_U8 *)buf + syntax->strm_offset; in jpegd_decode_frame() 846 syntax->strm_offset, buf_ptr, buf, in jpegd_decode_frame() 849 if (syntax->strm_offset >= ctx->buf_size) { in jpegd_decode_frame() 851 syntax->strm_offset, ctx->buf_size); in jpegd_decode_frame() 856 if ((syntax->strm_offset + 2) < ctx->buf_size && in jpegd_decode_frame()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | jpegd_syntax.h | 145 RK_U32 strm_offset; member
|