/external/opencore/codecs_v2/omx/omx_m4venc/src/ |
D | mpeg4_enc.cpp | 137 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/ |
D | pvm4vencoder.cpp | 117 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/ |
D | pvavcencoder.cpp | 189 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/ |
D | avc_enc.cpp | 148 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/ |
D | pvmi_media_io_fileoutput.cpp | 155 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/ |
D | pv_frame_metadata_mio_video.cpp | 33 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()
|
D | pv_frame_metadata_mio_video.h | 226 PVMFFormatType iVideoFormat; variable
|
/external/opencore/codecs_v2/omx/omx_m4venc/include/ |
D | mpeg4_enc.h | 107 OMX_COLOR_FORMATTYPE iVideoFormat; variable
|
/external/opencore/codecs_v2/omx/omx_h264enc/include/ |
D | avc_enc.h | 108 OMX_COLOR_FORMATTYPE iVideoFormat; variable
|
/external/opencore/codecs_v2/video/avc_h264/enc/include/ |
D | pvavcencoder.h | 105 TAVCEIVideoFormat iVideoFormat; variable
|
D | pvavcencoderinterface.h | 257 TAVCEIVideoFormat iVideoFormat; member
|
/external/opencore/codecs_v2/video/m4v_h263/enc/include/ |
D | cvei.h | 280 TPVVideoFormat iVideoFormat; member
|
D | pvm4vencoder.h | 175 TPVVideoFormat iVideoFormat; variable
|
/external/opencore/android/ |
D | android_surface_output.cpp | 81 iVideoFormat=PVMF_MIME_FORMAT_UNKNOWN; in initData() 102 iVideoFormat=PVMF_MIME_FORMAT_UNKNOWN; in ResetData() 811 iVideoFormat=iVideoFormatString.get_str(); in setParametersSync()
|
D | android_surface_output.h | 281 PVMFFormatType iVideoFormat; variable
|
/external/opencore/pvmi/media_io/pvmiofileoutput/include/ |
D | pvmi_media_io_fileoutput.h | 389 PVMFFormatType iVideoFormat; variable
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.h | 669 EncVideoInputFormat iVideoFormat; member
|