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

/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp261 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; local
262 if (video_def->eColorFormat == VA_FOURCC_YV12) {
331 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; local
334 if (mWidth != video_def->nFrameWidth
335 || mHeight != video_def->nFrameHeight) {
337 if (STATUS_OK == init(video_def->nFrameWidth, video_def->nFrameHeight)) {
338 mWidth = video_def->nFrameWidth;
339 mHeight = video_def->nFrameHeight;
349 video_def
353 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; local
[all...]

Completed in 54 milliseconds