Lines Matching refs:format

76     def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_VPX);
77 def.format.video.pNativeRender = NULL;
78 def.format.video.nFrameWidth = mWidth;
79 def.format.video.nFrameHeight = mHeight;
80 def.format.video.nStride = def.format.video.nFrameWidth;
81 def.format.video.nSliceHeight = def.format.video.nFrameHeight;
82 def.format.video.nBitrate = 0;
83 def.format.video.xFramerate = 0;
84 def.format.video.bFlagErrorConcealment = OMX_FALSE;
85 def.format.video.eCompressionFormat = OMX_VIDEO_CodingVPX;
86 def.format.video.eColorFormat = OMX_COLOR_FormatUnused;
87 def.format.video.pNativeWindow = NULL;
101 def.format.video.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_VIDEO_RAW);
102 def.format.video.pNativeRender = NULL;
103 def.format.video.nFrameWidth = mWidth;
104 def.format.video.nFrameHeight = mHeight;
105 def.format.video.nStride = def.format.video.nFrameWidth;
106 def.format.video.nSliceHeight = def.format.video.nFrameHeight;
107 def.format.video.nBitrate = 0;
108 def.format.video.xFramerate = 0;
109 def.format.video.bFlagErrorConcealment = OMX_FALSE;
110 def.format.video.eCompressionFormat = OMX_VIDEO_CodingUnused;
111 def.format.video.eColorFormat = OMX_COLOR_FormatYUV420Planar;
112 def.format.video.pNativeWindow = NULL;
115 (def.format.video.nFrameWidth * def.format.video.nFrameHeight * 3) / 2;
359 def->format.video.nFrameWidth = mWidth;
360 def->format.video.nFrameHeight = mHeight;
361 def->format.video.nStride = def->format.video.nFrameWidth;
362 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
365 def->format.video.nFrameWidth = mWidth;
366 def->format.video.nFrameHeight = mHeight;
367 def->format.video.nStride = def->format.video.nFrameWidth;
368 def->format.video.nSliceHeight = def->format.video.nFrameHeight;
371 (def->format.video.nFrameWidth
372 * def->format.video.nFrameHeight * 3) / 2;