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

  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec_utils.cpp 289 m_filename_ip(NULL),
312 OMX_SWVDEC_LOG_LOW("omx_swvdec.filename.ip: %s", m_filename_ip);
314 m_filename_ip =
317 if (m_filename_ip == NULL)
325 strncpy(m_filename_ip, property_value, strlen(property_value) + 1);
350 if (m_dump_ip && (m_filename_ip != NULL))
352 if ((m_file_ip = fopen(m_filename_ip, "rb")) == NULL)
354 OMX_SWVDEC_LOG_ERROR("cannot open input file '%s'", m_filename_ip);
400 if (m_filename_ip)
402 free(m_filename_ip);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_swvdec_utils.h 172 char *m_filename_ip; ///< input filename string member in class:omx_swvdec_diag

Completed in 43 milliseconds