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

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp494 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &newParams->format.video; local
499 uint32_t newWidth = video_def->nFrameWidth;
500 uint32_t newHeight = video_def->nFrameHeight;
505 || video_def->nStride > 32768 || video_def->nSliceHeight > 32768) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp2419 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
2427 width = video_def->nFrameWidth;
2428 height = video_def->nFrameHeight;
2466 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
2473 width = video_def->nFrameWidth;
2474 height = video_def->nFrameHeight;
3776 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
3796 video_def->nFrameWidth = width;
3797 video_def->nFrameHeight = height;
3804 video_def
4757 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
[all...]

Completed in 16 milliseconds