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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp410 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &newParams->format.video; local
415 uint32_t newWidth = video_def->nFrameWidth;
416 uint32_t newHeight = video_def->nFrameHeight;
421 || video_def->nStride > 32768 || video_def->nSliceHeight > 32768) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp2396 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
2404 width = video_def->nFrameWidth;
2405 height = video_def->nFrameHeight;
2443 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
2450 width = video_def->nFrameWidth;
2451 height = video_def->nFrameHeight;
3591 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
3609 video_def->nFrameWidth = width;
3610 video_def->nFrameHeight = height;
3617 video_def
4376 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
[all...]

Completed in 96 milliseconds