Home | History | Annotate | Download | only in src

Lines Matching refs:psource_frame

471                       psource_frame (NULL),
2356 if (psource_frame)
2358 m_cb.EmptyBufferDone(&m_cmp ,m_app_data,psource_frame);
2359 psource_frame = NULL;
6163 if (psource_frame)
6165 m_cb.EmptyBufferDone(&m_cmp, m_app_data, psource_frame);
6166 psource_frame = NULL;
6525 if (psource_frame == NULL)
6528 psource_frame = buffer;
6550 if (pdest_frame == NULL || psource_frame == NULL)
6567 if (psource_frame == NULL)
6573 psource_frame = (OMX_BUFFERHEADERTYPE *)address;
6574 DEBUG_PRINT_LOW("\n Next source Buffer %p time stamp %d",psource_frame,
6575 psource_frame->nTimeStamp);
6577 psource_frame->nFlags,psource_frame->nFilledLen);
6584 while ((pdest_frame != NULL) && (psource_frame != NULL))
6618 psource_frame,psource_frame->nTimeStamp);
6619 if (m_frame_parser.parse_sc_frame(psource_frame,
6629 pdest_frame->nFilledLen,psource_frame,frame_count);
6668 else if(!(psource_frame->nFlags & OMX_BUFFERFLAG_EOS))
6688 if (psource_frame->nFilledLen == 0)
6690 if (psource_frame->nFlags & OMX_BUFFERFLAG_EOS)
6694 pdest_frame->nFlags |= psource_frame->nFlags;
6715 DEBUG_PRINT_LOW("\n Buffer Consumed return back to client %p",psource_frame);
6716 m_cb.EmptyBufferDone (hComp,m_app_data,psource_frame);
6717 psource_frame = NULL;
6721 DEBUG_PRINT_LOW("\n Pull Next source Buffer %p",psource_frame);
6723 psource_frame = (OMX_BUFFERHEADERTYPE *) address;
6724 DEBUG_PRINT_LOW("\n Next source Buffer %p time stamp %d",psource_frame,
6725 psource_frame->nTimeStamp);
6727 psource_frame->nFlags,psource_frame->nFilledLen);
6770 if (m_frame_parser.parse_sc_frame(psource_frame,
6780 if (m_frame_parser.parse_h264_nallength(psource_frame,
6794 h264_scratch.nTimeStamp = psource_frame->nTimeStamp;
6795 h264_scratch.nFlags = psource_frame->nFlags;
6887 if(psource_frame->nFilledLen || h264_scratch.nFilledLen)
6924 if (!psource_frame->nFilledLen)
6926 DEBUG_PRINT_LOW("\n Buffer Consumed return source %p back to client",psource_frame);
6928 if (psource_frame->nFlags & OMX_BUFFERFLAG_EOS)
6947 pdest_frame->nFlags = h264_scratch.nFlags | psource_frame->nFlags;
6976 if(generate_ebd && !psource_frame->nFilledLen)
6978 m_cb.EmptyBufferDone (hComp,m_app_data,psource_frame);
6979 psource_frame = NULL;
6982 DEBUG_PRINT_LOW("\n Pull Next source Buffer %p",psource_frame);
6984 psource_frame = (OMX_BUFFERHEADERTYPE *) address;
6986 psource_frame->nFlags,psource_frame->nFilledLen);
7005 buf = psource_frame->pBuffer;
7006 buf_len = psource_frame->nFilledLen;