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

  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 87 #define DEBUG_PRINT_LOW(...) printf(__VA_ARGS__)
156 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
158 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value);
555 DEBUG_PRINT_LOW("\n Input flush done pending input %d",
572 DEBUG_PRINT_LOW("\n Input Flush completed - Notify Client");
582 DEBUG_PRINT_LOW("\n Output flush done hence issue stop");
599 DEBUG_PRINT_LOW("\n Output flush done pending buf %d",pThis->pending_output_buffers);
614 DEBUG_PRINT_LOW("\n Notify Output Flush done");
625 DEBUG_PRINT_LOW("\n Input flush done hence issue stop");
650 DEBUG_PRINT_LOW("\n OMX_COMPONENT_GENERATE_START_DONE Success")
    [all...]
h264_utils.cpp 101 DEBUG_PRINT_LOW("H264Parser-->NEED TO THROW THE EXCEPTION...\n");
256 DEBUG_PRINT_LOW("extract_rbsp\n");
307 DEBUG_PRINT_LOW("\n@#@# Pos = %x NalType = %x buflen = %d",pos-1,nal_unit->nalu_type,buffer_length);
378 DEBUG_PRINT_LOW("get_h264_nal_type %p nal_length %d nal_length_field %d\n",
395 DEBUG_PRINT_LOW("\n Found a AU Boundary %d ",nal_unit.nalu_type);
410 //DEBUG_PRINT_LOW("Found a New Frame due to NALU_TYPE_IDR/NALU_TYPE_NON_IDR");
429 DEBUG_PRINT_LOW("\n Non AU boundary NAL %d",nal_unit.nalu_type);
453 DEBUG_PRINT_LOW("get_h264_nal_type - newFrame value %d\n",isNewFrame);
frameparser.cpp 137 DEBUG_PRINT_LOW("\n Dest_len %d source_len %d",dest_len,source_len);
140 DEBUG_PRINT_LOW("\n EOS condition Inform Client that it is complete frame");
144 DEBUG_PRINT_LOW("\n Error in Parsing bitstream");
261 DEBUG_PRINT_LOW("\n Nal Found length is %d",dest->nFilledLen);
421 DEBUG_PRINT_LOW("\n Destination %d source %d nal length %d",\
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 186 DEBUG_PRINT_LOW("\nm_nDriver_fd = %d\n", m_nDriver_fd);
251 DEBUG_PRINT_LOW("\nvenc_close: fd = %d", m_nDriver_fd);
257 DEBUG_PRINT_LOW("\nCalling close()\n");
285 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count);
302 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count);
354 DEBUG_PRINT_LOW("venc_set_param:: venc-720p\n");
361 DEBUG_PRINT_LOW("venc_set_param: OMX_IndexParamPortDefinition\n");
371 DEBUG_PRINT_LOW("\n Basic parameter has changed");
384 DEBUG_PRINT_LOW("\n Updating the buffer count/size for the new resolution");
392 DEBUG_PRINT_LOW("\n Got updated m_sInput_buff_property values:
    [all...]
omx_video_base.cpp 92 DEBUG_PRINT_LOW("omx_venc: message thread start\n");
111 DEBUG_PRINT_LOW("omx_venc: message thread stop\n");
117 DEBUG_PRINT_LOW("omx_venc: post_message %d\n", id);
346 DEBUG_PRINT_LOW("Process -> state set to %d \n", pThis->m_state);
377 DEBUG_PRINT_LOW("Process -> Port %d set to PORT_STATE_DISABLED" \
383 DEBUG_PRINT_LOW("Process ->Port %d set PORT_STATE_ENABLED state\n" \
509 DEBUG_PRINT_LOW("\n OMX_COMPONENT_GENERATE_START_DONE msg");
513 DEBUG_PRINT_LOW("\n OMX_COMPONENT_GENERATE_START_DONE Success");
516 DEBUG_PRINT_LOW("\n OMX_COMPONENT_GENERATE_START_DONE Move to \
537 DEBUG_PRINT_LOW("\n Event Handler callback is NULL")
    [all...]
omx_video_encoder.cpp 438 DEBUG_PRINT_LOW("Set Parameter called in valid state");
452 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
458 DEBUG_PRINT_LOW("\n i/p actual cnt requested = %d\n", portDefn->nBufferCountActual);
459 DEBUG_PRINT_LOW("\n i/p min cnt requested = %d\n", portDefn->nBufferCountMin);
460 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize);
467 DEBUG_PRINT_LOW("\n i/p previous actual cnt = %d\n", m_sInPortDef.nBufferCountActual);
468 DEBUG_PRINT_LOW("\n i/p previous min cnt = %d\n", m_sInPortDef.nBufferCountMin);
491 DEBUG_PRINT_LOW("\n o/p actual cnt requested = %d\n", portDefn->nBufferCountActual);
492 DEBUG_PRINT_LOW("\n o/p min cnt requested = %d\n", portDefn->nBufferCountMin);
493 DEBUG_PRINT_LOW("\n o/p buffersize requested = %d\n", portDefn->nBufferSize)
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 71 #define DEBUG_PRINT_LOW LOGE
73 #define DEBUG_PRINT_LOW
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 54 #define DEBUG_PRINT_LOW LOGE
56 #define DEBUG_PRINT_LOW
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 75 #define DEBUG_PRINT_LOW(...) printf(__VA_ARGS__)
    [all...]

Completed in 640 milliseconds