khronosfws/openmax_al/src/mmf_adaptation/xammfcapabilitiesmgr.c
changeset 33 5e8b14bae8c3
parent 25 6f7ceef7b1d1
child 53 eabc8c503852
equal deleted inserted replaced
28:ebf79c79991a 33:5e8b14bae8c3
   131         }
   131         }
   132     /* if empty list, then append first node as the head */
   132     /* if empty list, then append first node as the head */
   133     if (!(*ppListHead))
   133     if (!(*ppListHead))
   134         {
   134         {
   135         *ppListHead = firstNode;
   135         *ppListHead = firstNode;
   136         }DEBUG_API("<-XAGSTCapabilitiesMgr_UpdateCapabilitieList");
   136         }
       
   137     DEBUG_API("<-XAGSTCapabilitiesMgr_UpdateCapabilitieList");
   137     return res;
   138     return res;
   138     }
   139     }
   139 
   140 
   140 XAresult XAMMFCapabilitiesMgr_GetAudioAACEncoderCapabilities(
   141 XAresult XAMMFCapabilitiesMgr_GetAudioAACEncoderCapabilities(
   141         XACapabilities **ppNode)
   142         XACapabilities **ppNode)