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

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_ClipAnalysis.c 389 if( M4OSA_NULL != pClipCtxt->pVideoStream )
391 pClipProperties->uiVideoWidth = pClipCtxt->pVideoStream->m_videoWidth;
392 pClipProperties->uiVideoHeight = pClipCtxt->pVideoStream->m_videoHeight;
394 pClipCtxt->pVideoStream->m_averageFrameRate;
396 switch( pClipCtxt->pVideoStream->m_basicProperties.m_streamType )
419 err = M4DECODER_EXTERNAL_ParseVideoDSI(pClipCtxt->pVideoStream->
421 pClipCtxt->pVideoStream->m_basicProperties.m_decoderSpecificInfoSize,
456 err = getH263ProfileAndLevel(pClipCtxt->pVideoStream->
458 pClipCtxt->pVideoStream->m_basicProperties.m_decoderSpecificInfoSize,
471 err = getAVCProfileAndLevel(pClipCtxt->pVideoStream-
    [all...]
M4VSS3GPP_Clip.c 128 pClipCtxt->pVideoStream = M4OSA_NULL;
432 && (M4OSA_NULL == pClipCtxt->pVideoStream) )
447 pClipCtxt->pVideoStream =
455 (M4_StreamHandler *)pClipCtxt->pVideoStream);
469 (M4_StreamHandler *)pClipCtxt->pVideoStream,
569 if( M4OSA_NULL != pClipCtxt->pVideoStream )
583 == pClipCtxt->pVideoStream->m_basicProperties.m_streamType )
590 err = M4DECODER_EXTERNAL_ParseVideoDSI(pClipCtxt->pVideoStream->
592 pClipCtxt->pVideoStream->
596 pClipCtxt->pVideoStream->m_videoWidth = videoSizeFromDSI.m_uiWidth
    [all...]
M4VSS3GPP_AudioMixing.c 225 if( M4OSA_NULL != pC->pInputClipCtxt->pVideoStream )
298 / pC->pInputClipCtxt->pVideoStream->
706 if( M4OSA_NULL == pC->pInputClipCtxt->pVideoStream )
    [all...]
M4VSS3GPP_EditVideo.c 210 (M4_StreamHandler *)pC->pC1->pVideoStream, &iCts);
223 (M4_StreamHandler *)pC->pC1->pVideoStream,
299 if( pC->pC1->pVideoStream->m_basicProperties.m_streamType
357 (M4_StreamHandler *)pC->pC1->pVideoStream,
394 (M4_StreamHandler *)pC->pC1->pVideoStream,
    [all...]
M4VSS3GPP_Edit.c     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 536 QCameraStream *pVideoStream = NULL;
539 pVideoStream = mStreams[i];
544 if (NULL == pVideoStream) {
549 int32_t rc = pVideoStream->bufDone(opaque, isMetaData);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp 536 QCameraStream *pVideoStream = NULL;
539 pVideoStream = mStreams[i];
544 if (NULL == pVideoStream) {
549 int32_t rc = pVideoStream->bufDone(opaque, isMetaData);
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 306 M4_VideoStreamHandler* pVideoStream; /**< Description of the read video stream */
    [all...]

Completed in 272 milliseconds