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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
frameparser.h 68 int init_start_codes (codec_type codec_type_parse);
omx_vdec.h 756 codec_type codec_type_parse; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 69 int init_start_codes (codec_type codec_type_parse);
omx_vdec_hevc.h 776 codec_type codec_type_parse; member in class:omx_vdec
    [all...]
omx_vdec.h 858 codec_type codec_type_parse; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
frameparser.cpp 98 int frame_parse::init_start_codes (codec_type codec_type_parse)
101 if (codec_type_parse > CODEC_TYPE_MAX || parse_state != A0)
106 switch (codec_type_parse)
omx_vdec.cpp 463 codec_type_parse ((codec_type)0),
    [all...]
omx_vdec_copper.cpp 475 codec_type_parse ((codec_type)0),
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
frameparser.cpp 92 int frame_parse::init_start_codes (codec_type codec_type_parse)
95 if (codec_type_parse > CODEC_TYPE_MAX || parse_state != A0) {
99 switch (codec_type_parse) {
omx_vdec.cpp 453 codec_type_parse ((codec_type)0),
    [all...]
omx_vdec_hevc.cpp 526 codec_type_parse ((codec_type)0),
    [all...]
omx_vdec_msm8974.cpp 540 codec_type_parse ((codec_type)0),
    [all...]
omx_vdec_hevc_swvdec.cpp 574 codec_type_parse ((codec_type)0),
    [all...]

Completed in 4738 milliseconds