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

  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 154 m_dump_ip(0),
203 m_dump_ip = atoi(property_value);
205 OMX_SWVDEC_LOG_HIGH("omx_swvdec.dump.ip: %d", m_dump_ip);
215 if (m_dump_ip && property_get("omx_swvdec.filename.ip",
305 if (m_dump_ip && (m_file_ip != NULL))
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 287 m_dump_ip(0),
298 m_dump_ip = atoi(property_value);
299 OMX_SWVDEC_LOG_LOW("omx_swvdec.dump.ip: %d", m_dump_ip);
350 if (m_dump_ip && (m_filename_ip != NULL))
355 m_dump_ip = 0;
360 m_dump_ip = 0;
416 if (m_dump_ip)
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h 169 unsigned int m_dump_ip; ///< dump input bitstream member in class:omx_swvdec_diag
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h 135 unsigned int m_dump_ip; ///< dump input bitstream member in class:omx_swvdec_diag

Completed in 157 milliseconds