Lines Matching refs:VTRACE
66 VTRACE("VideoDecoderAVCSecure::start"); in start()
89 VTRACE("VideoDecoderAVCSecure::stop"); in stop()
104 VTRACE("processModularInputBuffer +++"); in processModularInputBuffer()
123 VTRACE("Decoding protected video ..."); in processModularInputBuffer()
132 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize); in processModularInputBuffer()
135 VTRACE("nalu_num = %d", nalu_num); in processModularInputBuffer()
150 … VTRACE("nalu_type = 0x%x, nalu_size = %d, nalu_offset = 0x%x", nalu_type, nalu_size, nalu_offset); in processModularInputBuffer()
155 VTRACE("slice idx = %d", sliceidx); in processModularInputBuffer()
161 VTRACE("sliceHeaderByte = 0x%x", mSliceInfo[sliceidx].sliceHeaderByte); in processModularInputBuffer()
162 VTRACE("sliceStartOffset = %d", mSliceInfo[sliceidx].sliceStartOffset); in processModularInputBuffer()
163 VTRACE("sliceByteOffset = %d", mSliceInfo[sliceidx].sliceByteOffset); in processModularInputBuffer()
164 VTRACE("sliceSize = %d", mSliceInfo[sliceidx].sliceSize); in processModularInputBuffer()
165 VTRACE("sliceLength = %d", mSliceInfo[sliceidx].sliceLength); in processModularInputBuffer()
172 VTRACE("testdata[%d] = 0x%x", i, testdata[i]); in processModularInputBuffer()
195 VTRACE("Decoding clear video ..."); in processModularInputBuffer()
232 VTRACE("Decoding protected video ..."); in processClassicInputBuffer()
237 VTRACE("mFrameData = %p, mFrameSize = %d", mFrameData, mFrameSize); in processClassicInputBuffer()
239 VTRACE("num_nalus = %d", num_nalus); in processClassicInputBuffer()
242 VTRACE("%d nalu, offset = %d", i, offset); in processClassicInputBuffer()
250 VTRACE("naluType = 0x%x", naluType); in processClassicInputBuffer()
251 VTRACE("nalu_size = %d, nalu_data = %p", nalu_size, nalu_data); in processClassicInputBuffer()
274 VTRACE("Decoding clear video ..."); in processClassicInputBuffer()
297 VTRACE("VideoDecoderAVCSecure::decode"); in decode()
310 VTRACE("testdata[%d] = 0x%x", i, testdata[i]); in decode()
342 VTRACE("VideoDecoderAVCSecure::decodeFrame"); in decodeFrame()
344 VTRACE("data->has_sps = %d, data->has_pps = %d", data->has_sps, data->has_pps); in decodeFrame()
350 … VTRACE("%d: decoding frame %.2f, poc top = %d, poc bottom = %d, flags = %d, reference = %d", in decodeFrame()
410 VTRACE("VideoDecoderAVCSecure::beginDecodingFrame"); in beginDecodingFrame()
440 VTRACE("VideoDecoderAVCSecure::continueDecodingFrame"); in continueDecodingFrame()
448 VTRACE("data->num_pictures = %d", data->num_pictures); in continueDecodingFrame()
459 VTRACE("picData->num_slices = %d", picData->num_slices); in continueDecodingFrame()
529 …VTRACE("flags.bits.frame_mbs_only_flag = %d", data->pic_parse_buffer->flags.bits.frame_mbs_only_fl… in parseClassicSliceHeader()
530 …VTRACE("flags.bits.pic_order_present_flag = %d", data->pic_parse_buffer->flags.bits.pic_order_pres… in parseClassicSliceHeader()
531 …VTRACE("flags.bits.delta_pic_order_always_zero_flag = %d", data->pic_parse_buffer->flags.bits.delt… in parseClassicSliceHeader()
532 …VTRACE("flags.bits.redundant_pic_cnt_present_flag = %d", data->pic_parse_buffer->flags.bits.redund… in parseClassicSliceHeader()
533 …VTRACE("flags.bits.weighted_pred_flag = %d", data->pic_parse_buffer->flags.bits.weighted_pred_flag… in parseClassicSliceHeader()
534 …VTRACE("flags.bits.entropy_coding_mode_flag = %d", data->pic_parse_buffer->flags.bits.entropy_codi… in parseClassicSliceHeader()
535 …VTRACE("flags.bits.deblocking_filter_control_present_flag = %d", data->pic_parse_buffer->flags.bit… in parseClassicSliceHeader()
536 …VTRACE("flags.bits.weighted_bipred_idc = %d", data->pic_parse_buffer->flags.bits.weighted_bipred_i… in parseClassicSliceHeader()
538 …VTRACE("pic_parse_buffer->expected_pic_parameter_set_id = %d", data->pic_parse_buffer->expected_pi… in parseClassicSliceHeader()
539 …VTRACE("pic_parse_buffer->num_slice_groups_minus1 = %d", data->pic_parse_buffer->num_slice_groups_… in parseClassicSliceHeader()
540 VTRACE("pic_parse_buffer->chroma_format_idc = %d", data->pic_parse_buffer->chroma_format_idc); in parseClassicSliceHeader()
541 …VTRACE("pic_parse_buffer->log2_max_pic_order_cnt_lsb_minus4 = %d", data->pic_parse_buffer->log2_ma… in parseClassicSliceHeader()
542 VTRACE("pic_parse_buffer->pic_order_cnt_type = %d", data->pic_parse_buffer->pic_order_cnt_type); in parseClassicSliceHeader()
543 …VTRACE("pic_parse_buffer->residual_colour_transform_flag = %d", data->pic_parse_buffer->residual_c… in parseClassicSliceHeader()
544 …VTRACE("pic_parse_buffer->num_ref_idc_l0_active_minus1 = %d", data->pic_parse_buffer->num_ref_idc_… in parseClassicSliceHeader()
545 …VTRACE("pic_parse_buffer->num_ref_idc_l1_active_minus1 = %d", data->pic_parse_buffer->num_ref_idc_… in parseClassicSliceHeader()
644 VTRACE("data->pic_parse_buffer->slice_offset = 0x%x", data->pic_parse_buffer->slice_offset); in parseModularSliceHeader()
645 …VTRACE("pic_parse_buffer->nalu_header.value = %x", data->pic_parse_buffer->nalu_header.value = mSl… in parseModularSliceHeader()
646 …VTRACE("flags.bits.frame_mbs_only_flag = %d", data->pic_parse_buffer->flags.bits.frame_mbs_only_fl… in parseModularSliceHeader()
647 …VTRACE("flags.bits.pic_order_present_flag = %d", data->pic_parse_buffer->flags.bits.pic_order_pres… in parseModularSliceHeader()
648 …VTRACE("flags.bits.delta_pic_order_always_zero_flag = %d", data->pic_parse_buffer->flags.bits.delt… in parseModularSliceHeader()
649 …VTRACE("flags.bits.redundant_pic_cnt_present_flag = %d", data->pic_parse_buffer->flags.bits.redund… in parseModularSliceHeader()
650 …VTRACE("flags.bits.weighted_pred_flag = %d", data->pic_parse_buffer->flags.bits.weighted_pred_flag… in parseModularSliceHeader()
651 …VTRACE("flags.bits.entropy_coding_mode_flag = %d", data->pic_parse_buffer->flags.bits.entropy_codi… in parseModularSliceHeader()
652 …VTRACE("flags.bits.deblocking_filter_control_present_flag = %d", data->pic_parse_buffer->flags.bit… in parseModularSliceHeader()
653 …VTRACE("flags.bits.weighted_bipred_idc = %d", data->pic_parse_buffer->flags.bits.weighted_bipred_i… in parseModularSliceHeader()
654 …VTRACE("pic_parse_buffer->expected_pic_parameter_set_id = %d", data->pic_parse_buffer->expected_pi… in parseModularSliceHeader()
655 …VTRACE("pic_parse_buffer->num_slice_groups_minus1 = %d", data->pic_parse_buffer->num_slice_groups_… in parseModularSliceHeader()
656 … VTRACE("pic_parse_buffer->chroma_format_idc = %d", data->pic_parse_buffer->chroma_format_idc); in parseModularSliceHeader()
657 …VTRACE("pic_parse_buffer->log2_max_pic_order_cnt_lsb_minus4 = %d", data->pic_parse_buffer->log2_ma… in parseModularSliceHeader()
658 … VTRACE("pic_parse_buffer->pic_order_cnt_type = %d", data->pic_parse_buffer->pic_order_cnt_type); in parseModularSliceHeader()
659 …VTRACE("pic_parse_buffer->residual_colour_transform_flag = %d", data->pic_parse_buffer->residual_c… in parseModularSliceHeader()
660 …VTRACE("pic_parse_buffer->num_ref_idc_l0_active_minus1 = %d", data->pic_parse_buffer->num_ref_idc_… in parseModularSliceHeader()
661 …VTRACE("pic_parse_buffer->num_ref_idc_l1_active_minus1 = %d", data->pic_parse_buffer->num_ref_idc_… in parseModularSliceHeader()
687 VTRACE("slice header size = 0x%x, offset = 0x%x", size, offset); in parseModularSliceHeader()
707 VTRACE("VideoDecoderAVCSecure::updateSliceParameter"); in updateSliceParameter()
736 VTRACE("Current frameidx = %d", mFrameIdx++); in decodeSlice()