HomeSort by relevance Sort by last modified time
    Searched defs:numRoles (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/media/msm8974/libstagefrighthw/
QComOMXPlugin.cpp 114 OMX_U32 numRoles;
116 const_cast<OMX_STRING>(name), &numRoles, NULL);
122 if (numRoles > 0) {
123 OMX_U8 **array = new OMX_U8 *[numRoles];
124 for (OMX_U32 i = 0; i < numRoles; ++i) {
136 if (numRoles2 != numRoles) {
140 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/qcom/media/msm8996/libstagefrighthw/
QComOMXPlugin.cpp 114 OMX_U32 numRoles;
116 const_cast<OMX_STRING>(name), &numRoles, NULL);
122 if (numRoles > 0) {
123 OMX_U8 **array = new OMX_U8 *[numRoles];
124 for (OMX_U32 i = 0; i < numRoles; ++i) {
136 if (numRoles2 != numRoles) {
140 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/qcom/media/msmcobalt/libstagefrighthw/
QComOMXPlugin.cpp 114 OMX_U32 numRoles;
116 const_cast<OMX_STRING>(name), &numRoles, NULL);
122 if (numRoles > 0) {
123 OMX_U8 **array = new OMX_U8 *[numRoles];
124 for (OMX_U32 i = 0; i < numRoles; ++i) {
136 if (numRoles2 != numRoles) {
140 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 108 OMX_U32 numRoles;
110 const_cast<OMX_STRING>(name), &numRoles, NULL);
116 if (numRoles > 0) {
117 OMX_U8 **array = new OMX_U8 *[numRoles];
118 for (OMX_U32 i = 0; i < numRoles; ++i) {
126 if (err == OMX_ErrorNone && numRoles != numRoles2) {
130 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/ti/omap4-aah/libstagefrighthw/
TIOMXPlugin.cpp 117 OMX_U32 numRoles;
119 const_cast<OMX_STRING>(name), &numRoles, NULL);
125 if (numRoles > 0) {
126 OMX_U8 **array = new OMX_U8 *[numRoles];
127 for (OMX_U32 i = 0; i < numRoles; ++i) {
132 const_cast<OMX_STRING>(name), &numRoles, array);
134 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp 117 OMX_U32 numRoles;
119 const_cast<OMX_STRING>(name), &numRoles, NULL);
125 if (numRoles > 0) {
126 OMX_U8 **array = new OMX_U8 *[numRoles];
127 for (OMX_U32 i = 0; i < numRoles; ++i) {
132 const_cast<OMX_STRING>(name), &numRoles, array);
134 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 191 OMX_U32 numRoles;
193 const_cast<OMX_STRING>(name), &numRoles, NULL);
199 if (numRoles > 0) {
200 OMX_U8 **array = new OMX_U8 *[numRoles];
201 for (OMX_U32 i = 0; i < numRoles; ++i) {
205 OMX_U32 numRoles2 = numRoles;
210 CHECK_EQ(numRoles, numRoles2);
212 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 318 OMX_U32 numRoles;
320 const_cast<OMX_STRING>(compName), &numRoles, NULL);
326 if (numRoles > 0) {
327 OMX_U8 **array = new OMX_U8 *[numRoles];
328 for (OMX_U32 i = 0; i < numRoles; ++i) {
332 OMX_U32 numRoles2 = numRoles;
336 *pNumRoles = numRoles;
337 for (OMX_U32 i = 0; i < numRoles; i++) {
338 if (i < numRoles-1)
  /frameworks/av/media/libmedia/
IOMX.cpp 96 int32_t numRoles = reply.readInt32();
97 for (int32_t j = 0; j < numRoles; ++j) {
    [all...]

Completed in 92 milliseconds