HomeSort by relevance Sort by last modified time
    Searched refs:EPRINT (Results 1 - 8 of 8) sorted by null

  /system/extras/fatblock/
utils.h 24 #define EPRINT(...) fprintf(stderr, __VA_ARGS__)
25 #define DIE(...) do { EPRINT(__VA_ARGS__); exit(EXIT_FAILURE); } while (0)
26 #define WARN(...) EPRINT(__VA_ARGS__)
27 #define INFO(...) EPRINT(__VA_ARGS__)
28 #define DEBUG(...) EPRINT(__VA_ARGS__)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.c 111 EPRINT("pic_parameter_set_id");
121 EPRINT("seq_param_set_id");
129 EPRINT("entropy_coding_mode_flag");
145 EPRINT("num_slice_groups_minus1");
158 EPRINT("slice_group_map_type");
236 EPRINT("slice_group_id");
249 EPRINT("num_ref_idx_l0_active_minus1");
260 EPRINT("num_ref_idx_l1_active_minus1");
268 EPRINT("weighted_pred_flag");
276 EPRINT("weighted_bipred_idc")
    [all...]
h264bsd_slice_data.c 135 EPRINT("Primary and already decoded");
153 EPRINT("skip_run");
179 EPRINT("macroblock_layer");
189 EPRINT("MACRO_BLOCK");
215 EPRINT("Next mb address");
223 EPRINT("Num decoded mbs");
h264bsd_decoder.c 187 EPRINT("BYTE_STREAM");
200 EPRINT("NAL_UNIT");
218 EPRINT("ACCESS UNIT BOUNDARY CHECK");
237 EPRINT("Pending activation not completed");
276 EPRINT("SEQ_PARAM_SET");
289 EPRINT("PIC_PARAM_SET");
327 EPRINT("Param set activation");
395 EPRINT("Pending activation not completed");
402 EPRINT("SLICE_HEADER");
417 EPRINT("Gaps in frame num")
    [all...]
h264bsd_seq_param_set.c 133 EPRINT("seq_param_set_id");
143 EPRINT("log2_max_frame_num_minus4");
155 EPRINT("pic_order_cnt_type");
168 EPRINT("log2_max_pic_order_cnt_lsb_minus4");
198 EPRINT("num_ref_frames_in_pic_order_cnt_cycle");
230 EPRINT("num_ref_frames");
256 EPRINT("frame_mbs_only_flag");
298 EPRINT("frame_cropping");
h264bsd_slice_header.c 125 EPRINT("first_mb_in_slice");
140 EPRINT("slice_type");
150 EPRINT("pic_parameter_set_id");
165 EPRINT("frame_num");
178 EPRINT("idr_pic_id");
253 EPRINT("redundant_pic_cnt");
272 EPRINT("num_ref_idx_l0_active_minus1");
284 EPRINT("num_ref_idx_active_override_flag");
318 EPRINT("slice_qp_delta");
330 EPRINT("disable_deblocking_filter_idc")
    [all...]
h264bsd_util.h 120 #define EPRINT(msg) fprintf(stderr,"ERROR: %s\n",msg)
122 #define EPRINT(msg)
h264bsd_dpb.c 654 EPRINT("TRYING TO MARK NON-ALLOCATED IMAGE");
    [all...]

Completed in 116 milliseconds