Searched defs:FrameType (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderAVC.h60 uint32_t FrameType; member in struct:__anon968
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderDef.h129 }FrameType; typedef in typeref:enum:__anon787
155 FrameType type;
164 FrameType type; //frame type expected to be encoded
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h370 enum FrameType enum in class:Ti::Camera::CameraFrame
569 virtual void returnFrame(CameraBuffer* frameBuf, CameraFrame::FrameType frameType) = 0;
590 int returnFrame(CameraBuffer *frameBuf, CameraFrame::FrameType frameType);
720 void EncoderDoneCb(void*, void*, CameraFrame::FrameType type, void* cookie1, void* cookie2, void *cookie3);
962 virtual void returnFrame(CameraBuffer* frameBuf, CameraFrame::FrameType frameType) = 0;
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h233 enum FrameType enum in class:android::CameraFrame
442 virtual void returnFrame(void* frameBuf, CameraFrame::FrameType frameType) = 0;
463 int returnFrame(void *frameBuf, CameraFrame::FrameType frameType);
585 void EncoderDoneCb(void*, void*, CameraFrame::FrameType type, void* cookie1, void* cookie2);
808 virtual void returnFrame(void* frameBuf, CameraFrame::FrameType frameType) = 0;

Completed in 93 milliseconds