Searched refs:SetFrame (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/demux/ |
D | demux.c | 849 static int SetFrame(int frame_num, WebPIterator* const iter) { in SetFrame() function 867 return SetFrame(frame, iter); in WebPDemuxGetFrame() 872 return SetFrame(iter->frame_num + 1, iter); in WebPDemuxNextFrame() 878 return SetFrame(iter->frame_num - 1, iter); in WebPDemuxPrevFrame()
|
/external/webp/src/mux/ |
D | anim_encode.c | 1057 static WebPEncodingError SetFrame(WebPAnimEncoder* const enc, in SetFrame() function 1206 error_code = SetFrame(enc, config, 1, encoded_frame, &frame_skipped); in CacheFrame() 1218 error_code = SetFrame(enc, config, 0, encoded_frame, &frame_skipped); in CacheFrame() 1229 error_code = SetFrame(enc, config, 0, encoded_frame, &frame_skipped); in CacheFrame() 1236 error_code = SetFrame(enc, config, 1, encoded_frame, &frame_skipped); in CacheFrame()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTModelPOD.h | 439 void SetFrame(
|
D | PVRTModelPOD.cpp | 2115 SetFrame(0); 2241 void CPVRTModelPOD::SetFrame(const VERTTYPE fFrame) function in CPVRTModelPOD 2652 SetFrame(0); 2664 SetFrame(fFrame);
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 604 m_Scene.SetFrame(m_fFrame); in RenderScene()
|