Searched refs:DEBUG_PRINT_LOW (Results 1 - 25 of 27) sorted by relevance

12

/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_debug.h52 #undef DEBUG_PRINT_LOW macro
53 #define DEBUG_PRINT_LOW(fmt, args...) \ macro
63 #define DEBUG_PRINT_LOW printf macro
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dextra_data_handler.cpp53 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
63 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
77 DEBUG_PRINT_LOW("In %s() bit_ptr/byte_ptr :%u/%u/%x", __func__, (unsigned int)bit_ptr,
80 DEBUG_PRINT_LOW("In %s() bin/num_bits : %x/%u", __func__, (unsigned)bins, (unsigned int)num_bits);
96 DEBUG_PRINT_LOW("In %s() symbol : %u", __func__, (unsigned int)symbol);
160 DEBUG_PRINT_LOW("In %s() nal_ref_idc ; %u", __func__, (unsigned int)nal_ref_idc);
193 DEBUG_PRINT_LOW("In %s() payload_type : %u", __func__, (unsigned int)payload_type);
200 DEBUG_PRINT_LOW("In %s() payload_size : %u", __func__, (unsigned int)payload_size);
204 DEBUG_PRINT_LOW("In %s() Frame Packing SEI ", __func__);
208 DEBUG_PRINT_LOW("INF
[all...]
H A Dvidc_color_converter.cpp91 DEBUG_PRINT_LOW("Color convert status %d",result);
164 DEBUG_PRINT_LOW("Status of getbuffer is %d", cret);
180 DEBUG_PRINT_LOW("Status of getBuffReq is %d", cret);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dhevc_utils.cpp186 DEBUG_PRINT_LOW("@#@# Pos = %x NalType = %x buflen = %u", pos-1, nalu_type, (unsigned int) buffer_length);
194 DEBUG_PRINT_LOW("Non-AU boundary with NAL type %d", nalu_type);
203 DEBUG_PRINT_LOW("AU Boundary with NAL type %d ", nalu_type);
209 DEBUG_PRINT_LOW("Found a New Frame due to 1st coded tree block");
218 DEBUG_PRINT_LOW("get_HEVC_nal_type - newFrame value %d",isNewFrame);
H A Domx_vdec_hevc.cpp288 DEBUG_PRINT_LOW("ERROR: read from pipe failed, ret %d errno %d", n, errno);
304 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
306 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
390 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
397 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
428 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
434 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
448 DEBUG_PRINT_LOW("reset_ts_list(): Resetting timestamp array list");
949 DEBUG_PRINT_LOW("Input Flush completed - Notify Client");
963 DEBUG_PRINT_LOW("Inpu
[all...]
H A Domx_vdec.cpp229 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
231 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
321 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
328 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
360 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
366 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
380 DEBUG_PRINT_LOW("reset_ts_list(): Resetting timestamp array list");
848 DEBUG_PRINT_LOW("Input Flush completed - Notify Client");
857 DEBUG_PRINT_LOW("Output flush done hence issue stop");
890 DEBUG_PRINT_LOW("Notif
[all...]
H A Domx_vdec_msm8974.cpp244 DEBUG_PRINT_LOW("REFERENCE RELEASE EVENT RECVD fd = %d offset = %d", ptr[0], ptr[1]);
250 DEBUG_PRINT_LOW("Release unqueued buffer event recvd fd = %d offset = %d", ptr[0], ptr[1]);
301 DEBUG_PRINT_LOW("ERROR: read from pipe failed, ret %d errno %d", n, errno);
312 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
314 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
398 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
405 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
436 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
442 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
456 DEBUG_PRINT_LOW("reset_ts_lis
[all...]
H A Domx_vdec_hevc_swvdec.cpp237 DEBUG_PRINT_LOW("REFERENCE RELEASE EVENT RECVD fd = %d offset = %d", ptr[0], ptr[1]);
243 DEBUG_PRINT_LOW("Release unqueued buffer event recvd fd = %d offset = %d", ptr[0], ptr[1]);
319 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
321 DEBUG_PRINT_LOW("post_message to pipe done %d",ret_value);
415 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
423 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
460 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
468 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
482 DEBUG_PRINT_LOW("reset_ts_list(): Resetting timestamp array list");
1008 DEBUG_PRINT_LOW("sen
[all...]
H A Dframeparser.cpp166 DEBUG_PRINT_LOW("FrameParser: dest_len %u source_len %u",(unsigned int)dest_len, (unsigned int)source_len);
169 DEBUG_PRINT_LOW("FrameParser: EOS rxd!! Notify it as a complete frame");
174 DEBUG_PRINT_LOW("FrameParser: Bitstream Parsing error");
320 DEBUG_PRINT_LOW("FrameParser: Parsed Len = %u", (unsigned int)dest->nFilledLen);
493 DEBUG_PRINT_LOW("FrameParser: NAL Parsing Error! dest_len %u "
500 DEBUG_PRINT_LOW("FrameParser: EOS rxd for nallength!!"
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dextra_data_handler.cpp53 DEBUG_PRINT_LOW("\nIn %s() bit_ptr/byte_ptr :%d/%d/%x", __func__, bit_ptr,
62 DEBUG_PRINT_LOW("\nIn %s() bit_ptr/byte_ptr :%d/%d/%x", __func__, bit_ptr,
74 DEBUG_PRINT_LOW("\nIn %s() bit_ptr/byte_ptr :%d/%d/%x", __func__, bit_ptr,
77 DEBUG_PRINT_LOW("\nIn %s() bin/num_bits : %x/%d", __func__, bins, num_bits);
92 DEBUG_PRINT_LOW("\nIn %s() symbol : %d", __func__,symbol);
149 DEBUG_PRINT_LOW("\nIn %s() nal_ref_idc ; %d", __func__, nal_ref_idc);
180 DEBUG_PRINT_LOW("\nIn %s() payload_type : %u", __func__, payload_type);
186 DEBUG_PRINT_LOW("\nIn %s() payload_size : %u", __func__, payload_size);
190 DEBUG_PRINT_LOW("\nIn %s() Frame Packing SEI ", __func__);
194 DEBUG_PRINT_LOW("\nINF
[all...]
H A Dvidc_color_converter.cpp31 #undef DEBUG_PRINT_LOW macro
35 #define DEBUG_PRINT_LOW ALOGV macro
85 DEBUG_PRINT_LOW("\n Color convert status %d",result);
149 DEBUG_PRINT_LOW("\n Status of getbuffer is %d", cret);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp103 DEBUG_PRINT_LOW("omx_venc: message thread start");
120 DEBUG_PRINT_LOW("omx_venc: message thread stop");
126 DEBUG_PRINT_LOW("omx_venc: post_message %d", id);
359 DEBUG_PRINT_LOW("Process -> state set to %d", pThis->m_state);
377 DEBUG_PRINT_LOW("Process -> Port %lu set to PORT_STATE_DISABLED" \
383 DEBUG_PRINT_LOW("Process ->Port %lu set PORT_STATE_ENABLED state" \
390 DEBUG_PRINT_LOW("process_event_cb forwarding EventCmdComplete %lu", p1);
401 DEBUG_PRINT_LOW("OMX_COMPONENT_GENERATE_ETB_OPQ");
409 DEBUG_PRINT_LOW("OMX_COMPONENT_GENERATE_ETB");
462 DEBUG_PRINT_LOW("dev_sto
[all...]
H A Dvideo_encoder_device_v4l2.cpp525 DEBUG_PRINT_LOW("[%p/%u] found extradata type %x of size %u (%u) at %p",
645 DEBUG_PRINT_LOW("%s buffer_len:%d", __func__, buffer_len);
770 DEBUG_PRINT_LOW("Display panel resolution %dX%d",
785 DEBUG_PRINT_LOW("m_nDriver_fd = %u", (unsigned int)m_nDriver_fd);
846 DEBUG_PRINT_LOW("Capabilities: driver_name = %s, card = %s, bus_info = %s,"
856 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
865 DEBUG_PRINT_LOW("fmt: description: %s, fmt: %x, flags = %x", fdesc.description,
930 DEBUG_PRINT_LOW("Calling IOCTL to disable seq_hdr in sync_frame id=%d, val=%d", control.id, control.value);
995 DEBUG_PRINT_LOW("venc_close: fd = %u", (unsigned int)m_nDriver_fd);
1039 DEBUG_PRINT_LOW("
[all...]
H A Dvideo_encoder_device.cpp155 DEBUG_PRINT_LOW("venc_dev constructor");
162 DEBUG_PRINT_LOW("venc_dev distructor");
186 DEBUG_PRINT_LOW("ioctl VEN_IOCTL_CMD_READ_NEXT_MSG failed");
233 DEBUG_PRINT_LOW("%s buffer_len:%d", __func__, buffer_len);
272 DEBUG_PRINT_LOW("Internal PMEM addr for i/p Heap UseBuf: %p", pmem_data_buf);
275 DEBUG_PRINT_LOW("Shared PMEM addr for i/p PMEM UseBuf/AllocateBuf: %p", bufhdr->pBuffer);
294 DEBUG_PRINT_LOW("Internal PMEM addr for i/p Heap UseBuf: %p", pmem_data_buf);
297 DEBUG_PRINT_LOW("Shared PMEM addr for i/p PMEM UseBuf/AllocateBuf: %p", bufhdr->pBuffer);
326 DEBUG_PRINT_LOW("m_nDriver_fd = %d", m_nDriver_fd);
421 DEBUG_PRINT_LOW("venc_clos
[all...]
H A Domx_video_encoder.cpp511 DEBUG_PRINT_LOW("Set Parameter called in valid state");
522 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d",
533 DEBUG_PRINT_LOW("i/p actual cnt requested = %u", (unsigned int)portDefn->nBufferCountActual);
534 DEBUG_PRINT_LOW("i/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
535 DEBUG_PRINT_LOW("i/p buffersize requested = %u", (unsigned int)portDefn->nBufferSize);
546 DEBUG_PRINT_LOW("i/p previous actual cnt = %u", (unsigned int)m_sInPortDef.nBufferCountActual);
547 DEBUG_PRINT_LOW("i/p previous min cnt = %u", (unsigned int)m_sInPortDef.nBufferCountMin);
580 DEBUG_PRINT_LOW("o/p actual cnt requested = %u", (unsigned int)portDefn->nBufferCountActual);
581 DEBUG_PRINT_LOW("o/p min cnt requested = %u", (unsigned int)portDefn->nBufferCountMin);
582 DEBUG_PRINT_LOW("
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp134 #undef DEBUG_PRINT_LOW macro
138 #define DEBUG_PRINT_LOW ALOGV macro
231 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
233 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value);
327 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
335 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
372 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
380 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
394 DEBUG_PRINT_LOW("reset_ts_list(): Resetting timestamp array list");
858 DEBUG_PRINT_LOW("\
[all...]
H A Domx_vdec_copper.cpp243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
245 DEBUG_PRINT_LOW("post_message to pipe done %d\n",ret_value);
339 DEBUG_PRINT_LOW("Insert_ts(): Inserting TIMESTAMP (%lld) at idx (%d)",
347 DEBUG_PRINT_LOW("Timestamp array list is FULL. Unsuccessful insert");
384 DEBUG_PRINT_LOW("Timestamp array list is empty. Unsuccessful pop");
392 DEBUG_PRINT_LOW("Pop_min_ts:Timestamp (%lld), index(%d)",
406 DEBUG_PRINT_LOW("reset_ts_list(): Resetting timestamp array list");
859 DEBUG_PRINT_LOW("\n Input Flush completed - Notify Client");
869 DEBUG_PRINT_LOW("\n Output flush done hence issue stop");
909 DEBUG_PRINT_LOW("\
[all...]
H A Dframeparser.cpp53 #undef DEBUG_PRINT_LOW macro
57 #define DEBUG_PRINT_LOW ALOGV macro
168 DEBUG_PRINT_LOW("\n FrameParser: dest_len %d source_len %d",dest_len,source_len);
171 DEBUG_PRINT_LOW("\n FrameParser: EOS rxd!! Notify it as a complete frame");
175 DEBUG_PRINT_LOW("\n FrameParser: Bitstream Parsing error");
341 DEBUG_PRINT_LOW("\n FrameParser: Parsed Len = %d", dest->nFilledLen);
538 DEBUG_PRINT_LOW("\n FrameParser: NAL Parsing Error! dest_len %d "
H A Dmp4_utils.cpp37 #undef DEBUG_PRINT_LOW macro
41 #define DEBUG_PRINT_LOW ALOGV macro
85 DEBUG_PRINT_LOW("Unable to find code 0x%x\n", referenceCode);
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
H A Dextra_data_handler.h46 #define DEBUG_PRINT_LOW ALOGV macro
48 #define DEBUG_PRINT_LOW macro
62 #define DEBUG_PRINT_LOW printf macro
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp153 DEBUG_PRINT_LOW("venc_dev constructor");
160 DEBUG_PRINT_LOW("venc_dev distructor");
222 DEBUG_PRINT_LOW("\nm_nDriver_fd = %d\n", m_nDriver_fd);
320 DEBUG_PRINT_LOW("\nvenc_close: fd = %d", m_nDriver_fd);
326 DEBUG_PRINT_LOW("\nCalling close()\n");
360 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count);
377 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count);
401 DEBUG_PRINT_LOW("%s: wait on start done", __func__);
411 DEBUG_PRINT_LOW("%s: wait over on start done", __func__);
413 DEBUG_PRINT_LOW("
[all...]
H A Domx_video_encoder.cpp500 DEBUG_PRINT_LOW("Set Parameter called in valid state");
514 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
520 DEBUG_PRINT_LOW("\n i/p actual cnt requested = %d\n", portDefn->nBufferCountActual);
521 DEBUG_PRINT_LOW("\n i/p min cnt requested = %d\n", portDefn->nBufferCountMin);
522 DEBUG_PRINT_LOW("\n i/p buffersize requested = %d\n", portDefn->nBufferSize);
529 DEBUG_PRINT_LOW("\n i/p previous actual cnt = %d\n", m_sInPortDef.nBufferCountActual);
530 DEBUG_PRINT_LOW("\n i/p previous min cnt = %d\n", m_sInPortDef.nBufferCountMin);
568 DEBUG_PRINT_LOW("\n o/p actual cnt requested = %d\n", portDefn->nBufferCountActual);
569 DEBUG_PRINT_LOW("\n o/p min cnt requested = %d\n", portDefn->nBufferCountMin);
570 DEBUG_PRINT_LOW("\
[all...]
H A Domx_video_base.cpp107 DEBUG_PRINT_LOW("omx_venc: message thread start\n");
127 DEBUG_PRINT_LOW("omx_venc: message thread stop\n");
133 DEBUG_PRINT_LOW("omx_venc: post_message %d\n", id);
374 DEBUG_PRINT_LOW("Process -> state set to %d \n", pThis->m_state);
395 DEBUG_PRINT_LOW("Process -> Port %d set to PORT_STATE_DISABLED" \
401 DEBUG_PRINT_LOW("Process ->Port %d set PORT_STATE_ENABLED state\n" \
408 DEBUG_PRINT_LOW("\n process_event_cb forwarding EventCmdComplete %d \n", p1);
421 DEBUG_PRINT_LOW("OMX_COMPONENT_GENERATE_ETB_OPQ\n");
430 DEBUG_PRINT_LOW("OMX_COMPONENT_GENERATE_ETB\n");
492 DEBUG_PRINT_LOW("\
[all...]
H A Dvideo_encoder_device_copper.cpp255 DEBUG_PRINT_LOW("\nm_nDriver_fd = %d\n", m_nDriver_fd);
420 DEBUG_PRINT_LOW("\nvenc_close: fd = %d", m_nDriver_fd);
426 DEBUG_PRINT_LOW("\nCalling close()\n");
481 DEBUG_PRINT_LOW("\n I/P Count set to %lu\n", *actual_buff_count);
496 DEBUG_PRINT_LOW("\n O/P Count set to %lu\n", *actual_buff_count);
610 DEBUG_PRINT_LOW("venc_set_param:: venc-720p\n");
617 DEBUG_PRINT_LOW("venc_set_param: OMX_IndexParamPortDefinition\n");
627 DEBUG_PRINT_LOW("\n Basic parameter has changed");
637 DEBUG_PRINT_LOW("\n Updating the buffer count/size for the new resolution");
643 DEBUG_PRINT_LOW("\
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h78 #define DEBUG_PRINT_LOW ALOGV macro
80 #define DEBUG_PRINT_LOW macro
94 #define DEBUG_PRINT_LOW macro

Completed in 267 milliseconds

12