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

  /hardware/ti/omap3/libopencorehw/
android_surface_output_omap34xx.h 55 virtual void setParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements, PvmiKvp * & aRet_kvp);
android_surface_output_omap34xx.cpp 261 void AndroidSurfaceOutputOmap34xx::setParametersSync(PvmiMIOSession aSession,
270 AndroidSurfaceOutput::setParametersSync(aSession, aParameters, num_elements, aRet_kvp);
280 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Video Format Key, Value %s",iVideoFormatString.get_str());
289 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Video Width, Value %d", iVideoWidth);
293 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Video Height, Value %d", iVideoHeight);
297 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Video Display Height, Value %d", iVideoDisplayHeight);
302 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Video Display Width, Value %d", iVideoDisplayWidth);
305 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Number of Buffer, Value %d", iNumberOfBuffers);
308 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Buffer Size, Value %d", iBufferSize);
317 LOGV("AndroidSurfaceOutputOmap34xx::setParametersSync() Error, unrecognized key %s ", aParameters[i].key)
    [all...]

Completed in 34 milliseconds