HomeSort by relevance Sort by last modified time
    Searched refs:OMX_VIDEO_CodingMPEG4 (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderMPEG4.cpp 46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
OMXVideoEncoderMPEG4.cpp 48 paramPortDefinitionOutput->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 115 codec_type = OMX_VIDEO_CodingMPEG4;
228 if(codec_type == OMX_VIDEO_CodingMPEG4)
282 if(codec_type == OMX_VIDEO_CodingMPEG4)
284 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
315 if(codec_type == OMX_VIDEO_CodingMPEG4)
317 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
video_encoder_device.cpp 251 if(codec == OMX_VIDEO_CodingMPEG4)
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 577 else if ((pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) ||
    [all...]
OMX_VideoDec_Utils.c 78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
115 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
144 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
OMX_VideoEncoder.c 363 pComponentPrivate->compressionFormats[1]=OMX_VIDEO_CodingMPEG4;
681 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 580 if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
671 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
782 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)
833 (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)){
873 else if(m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4){
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 137 codec_type = OMX_VIDEO_CodingMPEG4;
273 if (codec_type == OMX_VIDEO_CodingMPEG4) {
328 if (codec_type == OMX_VIDEO_CodingMPEG4) {
329 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
361 if (codec_type == OMX_VIDEO_CodingMPEG4) {
362 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
video_encoder_device.cpp 362 if (codec == OMX_VIDEO_CodingMPEG4) {
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 619 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
704 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
811 if (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4) {
855 (m_sProfile.eCodec == OMX_VIDEO_CodingMPEG4)) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 413 name, "video_decoder.mpeg4", OMX_VIDEO_CodingMPEG4,
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 129 codec_type = OMX_VIDEO_CodingMPEG4;
232 if (codec_type == OMX_VIDEO_CodingMPEG4)
324 if (codec_type == OMX_VIDEO_CodingMPEG4)
326 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
358 if (codec_type == OMX_VIDEO_CodingMPEG4)
360 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
omx_video_encoder.cpp 210 codec_type = OMX_VIDEO_CodingMPEG4;
352 if (codec_type == OMX_VIDEO_CodingMPEG4) {
407 if (codec_type == OMX_VIDEO_CodingMPEG4) {
408 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
440 if (codec_type == OMX_VIDEO_CodingMPEG4) {
441 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingMPEG4;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 530 name, "video_encoder.mpeg4", OMX_VIDEO_CodingMPEG4, MEDIA_MIMETYPE_VIDEO_MPEG4,
  /frameworks/native/include/media/openmax/
OMX_AsString.h     [all...]
OMX_Video.h 83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 66 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]

Completed in 75 milliseconds

1 2