Home
last modified time | relevance | path

Searched refs:iVideoFormat (Results 1 – 17 of 17) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4venc/src/
Dmpeg4_enc.cpp137 iVideoFormat = aInputParam.eColorFormat; in Mp4EncInit()
165 …if (((iSrcWidth & 0xF) || (iSrcHeight & 0xF)) || OMX_COLOR_FormatYUV420Planar != iVideoFormat) /* … in Mp4EncInit()
175 if (OMX_COLOR_Format24bitRGB888 == iVideoFormat) in Mp4EncInit()
180 if (OMX_COLOR_Format12bitRGB444 == iVideoFormat) in Mp4EncInit()
185 if (OMX_COLOR_FormatYUV420SemiPlanar == iVideoFormat) in Mp4EncInit()
677 if (OMX_COLOR_FormatYUV420Planar == iVideoFormat) in Mp4EncodeVideo()
685 else if (OMX_COLOR_Format24bitRGB888 == iVideoFormat) in Mp4EncodeVideo()
693 else if (OMX_COLOR_Format12bitRGB444 == iVideoFormat) in Mp4EncodeVideo()
701 else if (OMX_COLOR_FormatYUV420SemiPlanar == iVideoFormat) in Mp4EncodeVideo()
723 if (iVideoFormat == OMX_COLOR_FormatYUV420Planar) in Mp4EncodeVideo()
[all …]
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dpvm4vencoder.cpp117 if (iVideoFormat == ECVEI_YUV420) in Encode()
135 …if ((iVideoFormat == ECVEI_RGB12) || (iVideoFormat == ECVEI_RGB24) || (iVideoFormat == ECVEI_YUV42… in Encode()
817 iVideoFormat = (TPVVideoFormat) aVidInFormat->iVideoFormat; in Initialize()
832 …if (((iSrcWidth&0xF) || (iSrcHeight&0xF)) || iVideoFormat != ECVEI_YUV420) /* Not multiple of 16 */ in Initialize()
850 if (iVideoFormat == ECVEI_RGB24) in Initialize()
858 if (iVideoFormat == ECVEI_RGB12) in Initialize()
866 if (iVideoFormat == ECVEI_YUV420SEMIPLANAR) in Initialize()
875 …if ((iVideoFormat == ECVEI_RGB12) || (iVideoFormat == ECVEI_RGB24) || (iVideoFormat == ECVEI_YUV42… in Initialize()
1090 if (iVideoFormat == ECVEI_YUV420) in EncodeFrame()
1107 …else if ((iVideoFormat == ECVEI_RGB12) || (iVideoFormat == ECVEI_RGB24) || (iVideoFormat == ECVEI_… in EncodeFrame()
/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dpvavcencoder.cpp189 iVideoFormat = aVidInFormat->iVideoFormat; in Init()
193 …if ((iSrcWidth&0xF) || (iSrcHeight&0xF) || (iVideoFormat != EAVCEI_VDOFMT_YUV420)) /* Not multiple… in Init()
212 if (iVideoFormat == EAVCEI_VDOFMT_RGB24) in Init()
221 if (iVideoFormat == EAVCEI_VDOFMT_RGB12) in Init()
230 if (iVideoFormat == EAVCEI_VDOFMT_YUV420SEMIPLANAR) in Init()
239 …if ((iVideoFormat == EAVCEI_VDOFMT_RGB24) || (iVideoFormat == EAVCEI_VDOFMT_RGB12) || (iVideoForma… in Init()
401 if (iVideoFormat == EAVCEI_VDOFMT_YUV420) in Encode()
418 …if ((iVideoFormat == EAVCEI_VDOFMT_RGB24) || (iVideoFormat == EAVCEI_VDOFMT_RGB12) || (iVideoForma… in Encode()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Davc_enc.cpp148 iVideoFormat = aInputParam.eColorFormat; in AvcEncInit()
178 …if ((iSrcWidth & 0xF) || (iSrcHeight & 0xF) || (OMX_COLOR_FormatYUV420Planar != iVideoFormat)) /* … in AvcEncInit()
188 if (OMX_COLOR_Format24bitRGB888 == iVideoFormat) in AvcEncInit()
193 if (OMX_COLOR_Format12bitRGB444 == iVideoFormat) in AvcEncInit()
198 if (OMX_COLOR_FormatYUV420SemiPlanar == iVideoFormat) in AvcEncInit()
545 if (OMX_COLOR_FormatYUV420Planar == iVideoFormat) in AvcEncodeSendInput()
568 else if (OMX_COLOR_Format12bitRGB444 == iVideoFormat) in AvcEncodeSendInput()
579 else if (OMX_COLOR_Format24bitRGB888 == iVideoFormat) in AvcEncodeSendInput()
590 else if (OMX_COLOR_FormatYUV420SemiPlanar == iVideoFormat) in AvcEncodeSendInput()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp155 iVideoFormat = PVMF_MIME_FORMAT_UNKNOWN; in initData()
201 iVideoFormat = 0; in initData()
243 if (iVideoFormat == PVMF_MIME_YUV420) in ResetData()
257 iVideoFormat = PVMF_MIME_FORMAT_UNKNOWN; in ResetData()
870 if (iVideoFormat == PVMF_MIME_H264_VIDEO_MP4) in LogCodecHeader()
900 if (iVideoFormat == PVMF_MIME_H264_VIDEO_MP4) in LogFrame()
1053 … OSCL_ASSERT(iVideoFormat == PVMF_MIME_FORMAT_UNKNOWN && iAudioFormat == PVMF_MIME_FORMAT_UNKNOWN); in writeAsync()
1106 …if (iHeaderWritten != true && (iVideoFormat == PVMF_MIME_YUV420 || iVideoFormat == PVMF_MIME_YUV42… in writeAsync()
1114 iVideoFormat == PVMF_MIME_H2631998 || in writeAsync()
1115 iVideoFormat == PVMF_MIME_H2632000 || in writeAsync()
[all …]
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_mio_video.cpp33 iVideoFormat = PVMF_MIME_FORMAT_UNKNOWN; in InitData()
90 iVideoFormat = PVMF_MIME_FORMAT_UNKNOWN; in ResetData()
763 evstatus = CopyVideoFrameData(aData, aDataLen, iVideoFormat, in writeAsync()
781 evstatus = CopyVideoFrameData(aData, aDataLen, iVideoFormat, in writeAsync()
1108 aParameters->value.pChar_value = (char*)iVideoFormat.getMIMEStrPtr(); in getParametersSync()
1209 iVideoFormat = aParameters[i].value.pChar_value; in setParametersSync()
1210 …, (0, "PVFMVideoMIO::setParametersSync() Video Format Key, Value %s", iVideoFormat.getMIMEStrPtr()… in setParametersSync()
Dpv_frame_metadata_mio_video.h226 PVMFFormatType iVideoFormat; variable
/external/opencore/codecs_v2/omx/omx_m4venc/include/
Dmpeg4_enc.h107 OMX_COLOR_FORMATTYPE iVideoFormat; variable
/external/opencore/codecs_v2/omx/omx_h264enc/include/
Davc_enc.h108 OMX_COLOR_FORMATTYPE iVideoFormat; variable
/external/opencore/codecs_v2/video/avc_h264/enc/include/
Dpvavcencoder.h105 TAVCEIVideoFormat iVideoFormat; variable
Dpvavcencoderinterface.h257 TAVCEIVideoFormat iVideoFormat; member
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dcvei.h280 TPVVideoFormat iVideoFormat; member
Dpvm4vencoder.h175 TPVVideoFormat iVideoFormat; variable
/external/opencore/android/
Dandroid_surface_output.cpp81 iVideoFormat=PVMF_MIME_FORMAT_UNKNOWN; in initData()
102 iVideoFormat=PVMF_MIME_FORMAT_UNKNOWN; in ResetData()
811 iVideoFormat=iVideoFormatString.get_str(); in setParametersSync()
Dandroid_surface_output.h281 PVMFFormatType iVideoFormat; variable
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h389 PVMFFormatType iVideoFormat; variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h669 EncVideoInputFormat iVideoFormat; member