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

  /hardware/msm7k/libstagefrighthw/
QComOMXPlugin.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/qcom/media/libstagefrighthw/
QComOMXPlugin.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) {
130 if (numRoles2 != numRoles) {
134 for (OMX_U32 i = 0; i < numRoles; ++i) {
  /hardware/samsung_slsi/exynos5/libstagefrighthw/
Exynos_OMX_Plugin.cpp 110 OMX_U32 numRoles;
112 const_cast<OMX_STRING>(name), &numRoles, NULL);
118 if (numRoles > 0) {
119 OMX_U8 **array = new OMX_U8 *[numRoles];
120 for (OMX_U32 i = 0; i < numRoles; ++i) {
129 CHECK_EQ(numRoles, numRoles2);
131 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/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) {
  /frameworks/av/media/libmedia/
IOMX.cpp 85 int32_t numRoles = reply.readInt32();
86 for (int32_t j = 0; j < numRoles; ++j) {

Completed in 138 milliseconds