HomeSort by relevance Sort by last modified time
    Searched full:omx_vdec (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp 33 *//** @file omx_vdec.cpp
47 #include "omx_vdec.h"
94 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
96 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
118 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop\n");
124 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
128 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
149 DEBUG_PRINT_HIGH("omx_vdec: message thread stop\n")
254 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
    [all...]
frameparser.cpp 29 #include "omx_vdec.h"
h264_utils.cpp 49 #include "omx_vdec.h"
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 167 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
171 omx_vdec(); // constructor
172 virtual ~omx_vdec(); // destructor
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 71 LOCAL_SRC_FILES += src/omx_vdec.cpp

Completed in 53 milliseconds