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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp481 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &newParams->format.video; local
486 uint32_t newWidth = video_def->nFrameWidth;
487 uint32_t newHeight = video_def->nFrameHeight;
492 || video_def->nStride > 32768 || video_def->nSliceHeight > 32768) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp2411 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
2419 width = video_def->nFrameWidth;
2420 height = video_def->nFrameHeight;
2458 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
2465 width = video_def->nFrameWidth;
2466 height = video_def->nFrameHeight;
3736 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
3754 video_def->nFrameWidth = width;
3755 video_def->nFrameHeight = height;
3762 video_def
4645 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
[all...]

Completed in 428 milliseconds