Searched refs:frames (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_dpb.c | 37 H264eDpbFrm *frm = &dpb->frames[i]; in h264e_dpb_dump_usage() 55 H264eDpbFrm *frm = &dpb->frames[i]; in h264e_dpb_dump_frm() 114 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(dpb->frames); i++) in h264e_dpb_init() 115 dpb->frames[i].slot_idx = i; in h264e_dpb_init() 160 H264eDpbFrm *frms = dpb->frames; in find_cpb_frame() 429 H264eDpbFrm *frames = dpb->frames; in h264e_dpb_proc() local 439 frames[i].dpb_used = 0; in h264e_dpb_proc() 440 frames[i].status.valid = 0; in h264e_dpb_proc() 449 memcpy(frames, dpb->frm_bak, sizeof(dpb->frm_bak)); in h264e_dpb_proc() 477 memcpy(dpb->frm_bak, frames, sizeof(dpb->frm_bak)); in h264e_dpb_proc() [all …]
|
| H A D | h264e_dpb.h | 132 H264eDpbFrm frames[H264E_MAX_REFS_CNT + 1]; member
|
| H A D | h264e_api_v2.c | 422 temp_frm = &dpb->frames[i]; in h264e_pskip_ref_check() 434 temp_frm = &dpb->frames[i]; in h264e_pskip_ref_check() 483 frms->usage[i] = dpb->frames[i].on_used; in h264e_proc_dpb()
|
| /rockchip-linux_mpp/mpp/codec/dec/vp9/ |
| H A D | vp9d_parser.c | 306 if (s->frames[i].ref) { in vp9_frame_free() 307 vp9_unref_frame(s, &s->frames[i]); in vp9_frame_free() 309 mpp_frame_deinit(&s->frames[i].f); in vp9_frame_free() 324 mpp_frame_init(&s->frames[i].f); in vp9_frame_init() 325 if (!s->frames[i].f) { in vp9_frame_init() 330 s->frames[i].slot_index = 0x7f; in vp9_frame_init() 331 s->frames[i].ref = NULL; in vp9_frame_init() 805 s->use_last_frame_mvs &= mpp_frame_get_width(s->frames[CUR_FRAME].f) == w && in decode_parser_header() 806 mpp_frame_get_height(s->frames[CUR_FRAME].f) == h; in decode_parser_header() 950 (w != mpp_frame_get_width(s->frames[CUR_FRAME].f) || in decode_parser_header() [all …]
|
| H A D | vp9d_parser.h | 143 VP9Frame frames[3]; member
|
| H A D | vp9d_parser2_syntax.c | 100 pic->CurrPic.Index7Bits = s->frames[CUR_FRAME].slot_index; in vp9d_fill_picparams()
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 507 …H.264/H.265 protocols with more reference frames require 20+ memory blocks to guarantee decoding. … 598 …ween two I frames, the meaning is as follows.<br>0-indicates that there is only one I frame, other… 629 |h265:profile|S32|RK_S32|Indicates the frame-level QP change amplitude between two adjacent frames.| 642 |h265:qp_step|S32|RK_S32|Indicates the frame-level QP change amplitude between two adjacent frames.| 816 … max output frame number. If input bitstream is too long, only the first n frames can be decoded. | 828 Take 30 frames of ocrean.h264 under /data/ as an example to introduce the demo and output. The comm… 834 …64 code stream, -i indicates input file, and -n 30 indicates decoding 30 frames. If everything is … 863 I mpi_dec_test: decode 30 frames time 263ms delay 69ms fps 113.99 866 The mpi_dec_test printing indicates that the decoder uses 263ms to decode 30 frames, first frame de… 905 …ax encoding frame number. If input bitstream is too long, only the first n frames can be decoded. | [all …]
|
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 932 `I mpi_dec_test: decode 10 frames time 263ms delay 69ms fps 113.99` 1020 `I mpi_enc_test: chn 0 encode 30 frames time 628 ms delay 4 ms fps 47.72 bps 10265048`
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 214 - [h264d]: Recovery only takes effect when no IDR frames present
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 1344 # to work a browser that supports JavaScript, DHTML, CSS and frames is required
|