Home
last modified time | relevance | path

Searched refs:EPRINT (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_pic_param_set.c111 EPRINT("pic_parameter_set_id"); in h264bsdDecodePicParamSet()
121 EPRINT("seq_param_set_id"); in h264bsdDecodePicParamSet()
129 EPRINT("entropy_coding_mode_flag"); in h264bsdDecodePicParamSet()
145 EPRINT("num_slice_groups_minus1"); in h264bsdDecodePicParamSet()
158 EPRINT("slice_group_map_type"); in h264bsdDecodePicParamSet()
236 EPRINT("slice_group_id"); in h264bsdDecodePicParamSet()
249 EPRINT("num_ref_idx_l0_active_minus1"); in h264bsdDecodePicParamSet()
260 EPRINT("num_ref_idx_l1_active_minus1"); in h264bsdDecodePicParamSet()
268 EPRINT("weighted_pred_flag"); in h264bsdDecodePicParamSet()
276 EPRINT("weighted_bipred_idc"); in h264bsdDecodePicParamSet()
[all …]
Dh264bsd_slice_header.c127 EPRINT("first_mb_in_slice"); in h264bsdDecodeSliceHeader()
142 EPRINT("slice_type"); in h264bsdDecodeSliceHeader()
152 EPRINT("pic_parameter_set_id"); in h264bsdDecodeSliceHeader()
167 EPRINT("frame_num"); in h264bsdDecodeSliceHeader()
180 EPRINT("idr_pic_id"); in h264bsdDecodeSliceHeader()
255 EPRINT("redundant_pic_cnt"); in h264bsdDecodeSliceHeader()
274 EPRINT("num_ref_idx_l0_active_minus1"); in h264bsdDecodeSliceHeader()
286 EPRINT("num_ref_idx_active_override_flag"); in h264bsdDecodeSliceHeader()
320 EPRINT("slice_qp_delta"); in h264bsdDecodeSliceHeader()
332 EPRINT("disable_deblocking_filter_idc"); in h264bsdDecodeSliceHeader()
[all …]
Dh264bsd_slice_data.c135 EPRINT("Primary and already decoded"); in h264bsdDecodeSliceData()
153 EPRINT("skip_run"); in h264bsdDecodeSliceData()
179 EPRINT("macroblock_layer"); in h264bsdDecodeSliceData()
189 EPRINT("MACRO_BLOCK"); in h264bsdDecodeSliceData()
215 EPRINT("Next mb address"); in h264bsdDecodeSliceData()
223 EPRINT("Num decoded mbs"); in h264bsdDecodeSliceData()
Dh264bsd_decoder.c187 EPRINT("BYTE_STREAM"); in h264bsdDecode()
200 EPRINT("NAL_UNIT"); in h264bsdDecode()
218 EPRINT("ACCESS UNIT BOUNDARY CHECK"); in h264bsdDecode()
237 EPRINT("Pending activation not completed"); in h264bsdDecode()
276 EPRINT("SEQ_PARAM_SET"); in h264bsdDecode()
289 EPRINT("PIC_PARAM_SET"); in h264bsdDecode()
327 EPRINT("Param set activation"); in h264bsdDecode()
395 EPRINT("Pending activation not completed"); in h264bsdDecode()
402 EPRINT("SLICE_HEADER"); in h264bsdDecode()
417 EPRINT("Gaps in frame num"); in h264bsdDecode()
[all …]
Dh264bsd_seq_param_set.c133 EPRINT("seq_param_set_id"); in h264bsdDecodeSeqParamSet()
143 EPRINT("log2_max_frame_num_minus4"); in h264bsdDecodeSeqParamSet()
155 EPRINT("pic_order_cnt_type"); in h264bsdDecodeSeqParamSet()
168 EPRINT("log2_max_pic_order_cnt_lsb_minus4"); in h264bsdDecodeSeqParamSet()
198 EPRINT("num_ref_frames_in_pic_order_cnt_cycle"); in h264bsdDecodeSeqParamSet()
230 EPRINT("num_ref_frames"); in h264bsdDecodeSeqParamSet()
256 EPRINT("frame_mbs_only_flag"); in h264bsdDecodeSeqParamSet()
298 EPRINT("frame_cropping"); in h264bsdDecodeSeqParamSet()
Dh264bsd_util.h121 #define EPRINT(msg) fprintf(stderr,"ERROR: %s\n",msg) macro
123 #define EPRINT(msg) macro
Dh264bsd_dpb.c654 EPRINT("TRYING TO MARK NON-ALLOCATED IMAGE"); in h264bsdMarkDecRefPic()