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

  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_MediaAndCodecSubscription.c 160 M4ENCODER_GlobalInterface* pVideoCodecInterface;
361 &pVideoCodecInterface,
369 pVideoCodecInterface);
379 &pVideoCodecInterface,
388 pVideoCodecInterface);
396 &pVideoCodecInterface,
403 err = M4MCS_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_MediaAndCodecSubscription.c 158 M4ENCODER_GlobalInterface* pVideoCodecInterface;
369 err = VideoEditorVideoEncoder_getInterface_MPEG4(&videoCodecType, &pVideoCodecInterface,
376 err = M4VSS3GPP_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
385 err = VideoEditorVideoEncoder_getInterface_H263(&videoCodecType, &pVideoCodecInterface,
392 err = M4VSS3GPP_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);
399 err = VideoEditorVideoEncoder_getInterface_H264(&videoCodecType, &pVideoCodecInterface,
406 err = M4VSS3GPP_registerVideoEncoder( pContext, videoCodecType, pVideoCodecInterface);

Completed in 5798 milliseconds