Home | History | Annotate | Download | only in src

Lines Matching refs:psource_frame

569     psource_frame (NULL),
2876 if (psource_frame)
2878 m_cb.EmptyBufferDone(&m_cmp ,m_app_data,psource_frame);
2879 psource_frame = NULL;
7029 if (psource_frame)
7031 m_cb.EmptyBufferDone(&m_cmp, m_app_data, psource_frame);
7032 psource_frame = NULL;
7573 if (psource_frame == NULL)
7576 psource_frame = buffer;
7599 if (pdest_frame == NULL || psource_frame == NULL)
7616 if (psource_frame == NULL)
7622 psource_frame = (OMX_BUFFERHEADERTYPE *)address;
7623 DEBUG_PRINT_LOW("Next source Buffer %p time stamp %lld",psource_frame,
7624 psource_frame->nTimeStamp);
7626 psource_frame->nFlags,psource_frame->nFilledLen);
7633 while ((pdest_frame != NULL) && (psource_frame != NULL))
7707 if (m_frame_parser.parse_sc_frame(psource_frame,
7717 if (m_frame_parser.parse_h264_nallength(psource_frame,
7731 h264_scratch.nTimeStamp = psource_frame->nTimeStamp;
7732 h264_scratch.nFlags = psource_frame->nFlags;
7768 if(psource_frame->nFilledLen || h264_scratch.nFilledLen)
7795 DEBUG_PRINT_LOW("psource_frame is partial nFilledLen %lu nTimeStamp %lld, pdest_frame nFilledLen %lu nTimeStamp %lld, h264_scratch nFilledLen %lu nTimeStamp %lld",
7796 psource_frame->nFilledLen, psource_frame->nTimeStamp, pdest_frame->nFilledLen, pdest_frame->nTimeStamp, h264_scratch.nFilledLen, h264_scratch.nTimeStamp);
7807 if (!psource_frame->nFilledLen)
7809 DEBUG_PRINT_LOW("Buffer Consumed return source %p back to client",psource_frame);
7811 if (psource_frame->nFlags & OMX_BUFFERFLAG_EOS)
7822 pdest_frame->nFlags = h264_scratch.nFlags | psource_frame->nFlags;
7843 if(generate_ebd && !psource_frame->nFilledLen)
7845 m_cb.EmptyBufferDone (hComp,m_app_data,psource_frame);
7846 psource_frame = NULL;
7850 psource_frame = (OMX_BUFFERHEADERTYPE *) address;
7852 psource_frame->nFlags,psource_frame->nFilledLen, psource_frame->nTimeStamp);
10112 if (psource_frame)
10114 m_cb.EmptyBufferDone(&m_cmp, m_app_data, psource_frame);
10115 psource_frame = NULL;