Searched refs:omx_vdec (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp35 *//** @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
427 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
[all...]
H A Domx_vdec_hevc.cpp33 *//** @file omx_vdec.cpp
140 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
144 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
251 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop\n");
257 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
265 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
283 DEBUG_PRINT_HIGH("omx_vdec: message thread stop\n");
287 void post_message(omx_vdec *om
481 omx_vdec::omx_vdec(): m_error_propogated(false), function in class:omx_vdec
[all...]
H A Domx_vdec_msm8974.cpp33 *//** @file omx_vdec.cpp
47 #include "omx_vdec.h"
139 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
143 DEBUG_PRINT_HIGH("omx_vdec: Async thread start\n");
270 DEBUG_PRINT_HIGH("omx_vdec: Async thread stop\n");
276 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
280 DEBUG_PRINT_HIGH("omx_vdec: message thread start\n");
298 DEBUG_PRINT_HIGH("omx_vdec
491 omx_vdec::omx_vdec(): m_error_propogated(false), function in class:omx_vdec
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp33 *//** @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
437 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
[all...]
H A Domx_vdec_copper.cpp33 *//** @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
449 omx_vdec::omx_vdec(): m_state(OMX_StateInvalid), function in class:omx_vdec
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h260 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
264 omx_vdec(); // constructor
265 virtual ~omx_vdec(); // destructor
851 omx_vdec *omx;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h264 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
268 omx_vdec(); // constructor
269 virtual ~omx_vdec(); // destructor
888 omx_vdec *omx;
H A Domx_vdec.h284 class omx_vdec: public qc_omx_component class in inherits:qc_omx_component
288 omx_vdec(); // constructor
289 virtual ~omx_vdec(); // destructor
948 omx_vdec *omx;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/
H A DAndroid.mk104 LOCAL_SRC_FILES += src/omx_vdec.cpp
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/
H A DAndroid.mk127 LOCAL_SRC_FILES += src/omx_vdec.cpp

Completed in 199 milliseconds