Searched refs:DEBUG_LOG (Results 1 – 3 of 3) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
D | avcapi_common.h | 267 #define DEBUG_LOG(a,b,c,d,e) CBAVC_DebugLog(a,b,c,d,e) macro 269 #define DEBUG_LOG(a,b,c,d,e) macro
|
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | header.cpp | 35 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "DecodeSPS", -1, -1); in DecodeSPS() 74 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "done alloc seqParams", -1, -1); in DecodeSPS() 95 …DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 1", seqParam->log2_max_frame_num_minus4, seqPar… in DecodeSPS() 121 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 2", seqParam->num_ref_frames, -1); in DecodeSPS() 126 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "picwidth", seqParam->pic_width_in_mbs_minus1, -1); in DecodeSPS() 130 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "picwidth", seqParam->pic_height_in_map_units_minus1, -1); in DecodeSPS() 140 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 3", seqParam->frame_mbs_only_flag, -1); in DecodeSPS() 144 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 4", seqParam->direct_8x8_inference_flag, -1); in DecodeSPS() 159 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "check point 5", seqParam->frame_cropping_flag, -1); in DecodeSPS()
|
D | avcdec_api.cpp | 203 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "PVAVCDecSeqParamSet", -1, -1); in PVAVCDecSeqParamSet() 961 DEBUG_LOG(userData, AVC_LOGTYPE_INFO, "PVAVCCleanUpDecoder", -1, -1); in PVAVCCleanUpDecoder()
|