Searched refs:H264D_WARNNING (Results 1 – 8 of 8) sorted by relevance
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_global.h | 46 #define H264D_WARNNING(fmt, ...)\ macro 64 H264D_WARNNING("value error(%d).\n", __LINE__); \ 82 H264D_WARNNING("input empty(%d).\n", __LINE__); \ 89 H264D_WARNNING("Function error(%d).\n", __LINE__); \
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_dpb.c | 125 H264D_WARNNING("warnnig: max_dec_frame_buffering larger than MaxDpbSize"); in getDpbSize() 129 …H264D_WARNNING("warning: max_dec_frame_buffering(%d) is less than dpb_size(%d) calculated from Pro… in getDpbSize() 135 …H264D_WARNNING("warnning: DPB size is less than max_num_ref_frames, level(%d), pic_size(%d), max_n… in getDpbSize() 445 H264D_WARNNING("reference frame for long term marking not found."); in mark_pic_long_term() 458 H264D_WARNNING("assigning long_term_frame_idx different from other field."); in mark_pic_long_term() 474 H264D_WARNNING("assigning long_term_frame_idx different from other field."); in mark_pic_long_term() 490 H264D_WARNNING("reference field for long term marking not found."); in mark_pic_long_term() 593 H264D_WARNNING("Max number of reference frames exceeded"); in check_num_ref() 960 H264D_WARNNING("write frame, line %d", __LINE__); in write_unpaired_field() 980 H264D_WARNNING("write frame, line %d", __LINE__); in write_unpaired_field() [all …]
|
| H A D | h264d_global.h | 77 #define H264D_WARNNING(fmt, ...)\ macro 95 H264D_WARNNING("value error(%d).\n", __LINE__); \ 113 H264D_WARNNING("input empty(%d).\n", __LINE__); \ 120 H264D_WARNNING("Function error(%d).\n", __LINE__); \
|
| H A D | h264d_parse.c | 260 H264D_WARNNING("Function error(%d).\n", __LINE__); in parser_one_nalu() 266 H264D_WARNNING("Function error(%d).\n", __LINE__); in parser_one_nalu() 562 … H264D_WARNNING("[open_stream_file] can not open stream file, %s.", p_Inp->fname[global_file_fid]); in open_stream_file() 589 … H264D_WARNNING("[open_stream_file] can not open stream file, %s", p_Inp->fname[global_file_fid]); in fwrite_stream_to_file() 627 H264D_WARNNING("tmp header data is too long! skip clear operation"); in clear_extra_header()
|
| H A D | h264d_slice.c | 59 … H264D_WARNNING("ref_pic_list_reordering error, i >= num_ref_idx_active[LIST_0](%d)", size); in ref_pic_list_mvc_modification() 85 … H264D_WARNNING("ref_pic_list_reordering error, i >= num_ref_idx_active[LIST_1](%d)", size); in ref_pic_list_mvc_modification() 482 H264D_WARNNING("sp or si slice not support\n"); in process_slice()
|
| H A D | h264d_pps.c | 103 H264D_WARNNING("Picture scaling matrix present."); in parser_pps()
|
| H A D | h264d_sps.c | 238 H264D_WARNNING("Scaling matrix present."); in parser_sps()
|
| H A D | h264d_init.c | 410 H264D_WARNNING("[dpb_mark_malloc] error, buf_slot has not get."); in dpb_mark_malloc() 580 H264D_WARNNING("[dpb_mark_malloc] error, current mark slot idx is nagative."); in dpb_mark_malloc() 2064 H264D_WARNNING("[Discard] Discard slice before I Slice. \n"); in init_picture()
|