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

  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 269 #define DEBUG_LOG(a,b,c,d,e) CBAVC_DebugLog(a,b,c,d,e)
271 #define DEBUG_LOG(a,b,c,d,e)
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
header.cpp 34 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "DecodeSPS", -1, -1);
73 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "done alloc seqParams", -1, -1);
94 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 1", seqParam->log2_max_frame_num_minus4, seqParam->pic_order_cnt_type);
120 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 2", seqParam->num_ref_frames, -1);
125 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "picwidth", seqParam->pic_width_in_mbs_minus1, -1);
129 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "picwidth", seqParam->pic_height_in_map_units_minus1, -1);
139 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 3", seqParam->frame_mbs_only_flag, -1);
143 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 4", seqParam->direct_8x8_inference_flag, -1);
158 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 5", seqParam->frame_cropping_flag, -1);
    [all...]
avcdec_api.cpp 203 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "PVAVCDecSeqParamSet", -1, -1);
    [all...]

Completed in 21 milliseconds