Searched refs:frame_info_t (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoFrameInfo.h34 } frame_info_t; typedef in typeref:struct:__anon235
H A DVideoDecoderAVCSecure.cpp117 frame_info_t *pFrameInfo = NULL;
124 pFrameInfo = (frame_info_t *) buffer->data;
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoFrameInfo.h34 } frame_info_t; typedef in typeref:struct:__anon240
H A DVideoDecoderAVCSecure.cpp117 frame_info_t *pFrameInfo = NULL;
124 pFrameInfo = (frame_info_t *) buffer->data;
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp85 frame_info_t* pFrameInfo;
97 if (buffer->size != sizeof(frame_info_t)) {
98 ETRACE("Not enough data to read frame_info_t!");
101 pFrameInfo = (frame_info_t*) buffer->data;
H A Dsecvideoparser.h132 } frame_info_t; typedef in typeref:struct:__anon216
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp85 frame_info_t* pFrameInfo;
97 if (buffer->size != sizeof(frame_info_t)) {
98 ETRACE("Not enough data to read frame_info_t!");
101 pFrameInfo = (frame_info_t*) buffer->data;
H A Dsecvideoparser.h132 } frame_info_t; typedef in typeref:struct:__anon230
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.cpp348 p->size = sizeof(frame_info_t);

Completed in 100 milliseconds