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

  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 177 pComponentPrivate->debugframeInfo.fromFrame = atoi(strtok(value, ":"));
178 pComponentPrivate->debugframeInfo.toFrame = atoi(strtok(NULL, ":"));
179 pComponentPrivate->debugframeInfo.runningFrame = pComponentPrivate->debugframeInfo.fromFrame;
692 pCompPrv->debugframeInfo.frame_width = rect.nWidth;
693 pCompPrv->debugframeInfo.frame_height = rect.nHeight;
694 pCompPrv->debugframeInfo.frame_xoffset = rect.nLeft;
695 pCompPrv->debugframeInfo.frame_yoffset = rect.nTop;
757 ALOGV("frm[%u] to[%u] run[%u]", pCompPrv->debugframeInfo.fromFrame, pCompPrv->debugframeInfo.toFrame, pCompPrv->debugframeInfo.runningFrame)
    [all...]
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 280 DebugFrame_Dump debugframeInfo;

Completed in 71 milliseconds