HomeSort by relevance Sort by last modified time
    Searched refs:video_def (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 261 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; local
262 if (video_def->eColorFormat == VA_FOURCC_YV12) {
331 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; local
334 if (mWidth != video_def->nFrameWidth
335 || mHeight != video_def->nFrameHeight) {
337 if (STATUS_OK == init(video_def->nFrameWidth, video_def->nFrameHeight)) {
338 mWidth = video_def->nFrameWidth;
339 mHeight = video_def->nFrameHeight;
349 video_def->nFrameWidth, video_def->nFrameHeight)
353 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; local
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 909 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
928 video_def->nFrameWidth = width;
929 video_def->nFrameHeight = height;
930 video_def->nStride = stride;
931 video_def->nSliceHeight = sliceHeight;
932 video_def->xFramerate = (frameRate << 16); // Q16 format
933 video_def->eCompressionFormat = OMX_VIDEO_CodingUnused;
934 video_def->eColorFormat = colorFormat;
953 video_def->nFrameWidth = width;
954 video_def->nFrameHeight = height
1358 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
4360 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
    [all...]
ACodec.cpp 2420 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
3150 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def.format.video; local
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 384 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &newParams->format.video; local
389 uint32_t newWidth = video_def->nFrameWidth;
390 uint32_t newHeight = video_def->nFrameHeight;

Completed in 344 milliseconds