Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:video_def

1577     OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video;
1595 video_def->nFrameWidth = width;
1596 video_def->nFrameHeight = height;
1603 video_def->nStride = stride;
1610 video_def->nSliceHeight = sliceHeight;
1612 def.nBufferSize = (video_def->nStride * video_def->nSliceHeight * 3) / 2;
1623 video_def->xFramerate = (OMX_U32)(frameRate * 65536.0f);
1624 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
1625 video_def->eColorFormat = colorFormat;
1665 video_def->nFrameWidth = width;
1666 video_def->nFrameHeight = height;
1667 video_def->xFramerate = 0;
1668 video_def->nBitrate = bitrate;
1669 video_def->eCompressionFormat = compressionFormat;
1670 video_def->eColorFormat = OMX_COLOR_FormatUnused;
2105 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video;
2122 video_def->nFrameWidth = width;
2123 video_def->nFrameHeight = height;
2126 video_def->eCompressionFormat = compressionFormat;
2127 video_def->eColorFormat = OMX_COLOR_FormatUnused;