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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 70 // The sub effects will be created in effect_command when the first command
198 int Effect_command(effect_handle_t self,
208 ALOGV("Effect_command() Proxy context is NULL");
212 ALOGV("Effect_command() Calling HOST EffectCreate");
218 ALOGV("Effect_command() Error creating SW sub effect");
223 ALOGV("Effect_command() Calling OFFLOAD EffectCreate");
229 ALOGV("Effect_command() Error creating HW effect");
241 ALOGV("Effect_command() cmdCode = EFFECT_CMD_OFFLOAD");
243 ALOGV("effectsOffload: Effect_command: CMD_OFFLOAD has no reply");
248 ALOGV("effectsOffload: Effect_command: CMD_OFFLOAD has no data")
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]

Completed in 81 milliseconds