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

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 35 *//** @file omx_vdec.cpp
55 #include "omx_vdec.h"
168 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
170 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
191 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop");
197 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
201 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
222 DEBUG_PRINT_HIGH("omx_vdec: message thread stop")
427 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
    [all...]
omx_vdec_hevc.cpp 33 *//** @file omx_vdec.cpp
149 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
153 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
260 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop");
266 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
274 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
292 DEBUG_PRINT_HIGH("omx_vdec: message thread stop");
296 void post_message(omx_vdec *omx, unsigned char id
490 omx_vdec::omx_vdec(): m_error_propogated(false), function in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.cpp 33 *//** @file omx_vdec.cpp
138 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
142 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
269 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop");
275 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
284 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
306 DEBUG_PRINT_HIGH("omx_vdec: message thread stop");
310 void post_message(omx_vdec *omx, unsigned char id
525 omx_vdec::omx_vdec(): function in class:omx_vdec
    [all...]
omx_vdec_msm8974.cpp 33 *//** @file omx_vdec.cpp
48 #include "omx_vdec.h"
144 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
148 DEBUG_PRINT_HIGH("omx_vdec: Async thread start");
277 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop");
283 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
287 DEBUG_PRINT_HIGH("omx_vdec: message thread start");
305 DEBUG_PRINT_HIGH("omx_vdec: message thread stop")
503 omx_vdec::omx_vdec(): m_error_propogated(false), function in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 33 *//** @file omx_vdec.cpp
48 #include "omx_vdec.h"
150 bool omx_vdec::m_secure_display = false;
164 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
166 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
189 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop\n");
195 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
199 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n")
437 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
    [all...]
omx_vdec_copper.cpp 33 *//** @file omx_vdec.cpp
48 #include "omx_vdec.h"
134 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
137 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
204 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop\n");
210 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
214 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
236 DEBUG_PRINT_HIGH("omx_vdec: message thread stop\n")
449 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 258 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
262 omx_vdec(); // constructor
263 virtual ~omx_vdec(); // destructor
850 omx_vdec *omx;
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 260 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
264 omx_vdec(); // constructor
265 virtual ~omx_vdec(); // destructor
884 omx_vdec *omx;
    [all...]
omx_vdec.h 313 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
317 omx_vdec(); // constructor
318 virtual ~omx_vdec(); // destructor
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/
vdec.mk 85 LOCAL_SRC_FILES += vdec/src/omx_vdec.cpp
  /hardware/qcom/media/mm-video-v4l2/vidc/
vdec.mk 130 LOCAL_SRC_FILES += vdec/src/omx_vdec.cpp

Completed in 491 milliseconds