Home | History | Annotate | Download | only in src

Lines Matching refs:psource_frame

464                       psource_frame (NULL),
2436 if (psource_frame)
2438 m_cb.EmptyBufferDone(&m_cmp ,m_app_data,psource_frame);
2439 psource_frame = NULL;
6581 if (psource_frame)
6583 m_cb.EmptyBufferDone(&m_cmp, m_app_data, psource_frame);
6584 psource_frame = NULL;
7001 if (psource_frame == NULL)
7004 psource_frame = buffer;
7026 if (pdest_frame == NULL || psource_frame == NULL)
7043 if (psource_frame == NULL)
7049 psource_frame = (OMX_BUFFERHEADERTYPE *)address;
7050 DEBUG_PRINT_LOW("\n Next source Buffer %p time stamp %d",psource_frame,
7051 psource_frame->nTimeStamp);
7053 psource_frame->nFlags,psource_frame->nFilledLen);
7060 while ((pdest_frame != NULL) && (psource_frame != NULL))
7094 psource_frame,psource_frame->nTimeStamp);
7095 if (m_frame_parser.parse_sc_frame(psource_frame,
7105 pdest_frame->nFilledLen,psource_frame,frame_count);
7144 else if(!(psource_frame->nFlags & OMX_BUFFERFLAG_EOS))
7164 if (psource_frame->nFilledLen == 0)
7166 if (psource_frame->nFlags & OMX_BUFFERFLAG_EOS)
7170 pdest_frame->nFlags |= psource_frame->nFlags;
7191 DEBUG_PRINT_LOW("\n Buffer Consumed return back to client %p",psource_frame);
7192 m_cb.EmptyBufferDone (hComp,m_app_data,psource_frame);
7193 psource_frame = NULL;
7197 DEBUG_PRINT_LOW("\n Pull Next source Buffer %p",psource_frame);
7199 psource_frame = (OMX_BUFFERHEADERTYPE *) address;
7200 DEBUG_PRINT_LOW("\n Next source Buffer %p time stamp %d",psource_frame,
7201 psource_frame->nTimeStamp);
7203 psource_frame->nFlags,psource_frame->nFilledLen);
7246 if (m_frame_parser.parse_sc_frame(psource_frame,
7256 if (m_frame_parser.parse_h264_nallength(psource_frame,
7270 h264_scratch.nTimeStamp = psource_frame->nTimeStamp;
7271 h264_scratch.nFlags = psource_frame->nFlags;
7363 if(psource_frame->nFilledLen || h264_scratch.nFilledLen)
7400 if (!psource_frame->nFilledLen)
7402 DEBUG_PRINT_LOW("\n Buffer Consumed return source %p back to client",psource_frame);
7404 if (psource_frame->nFlags & OMX_BUFFERFLAG_EOS)
7456 pdest_frame->nFlags = h264_scratch.nFlags | psource_frame->nFlags;
7493 if(generate_ebd && !psource_frame->nFilledLen)
7495 m_cb.EmptyBufferDone (hComp,m_app_data,psource_frame);
7496 psource_frame = NULL;
7499 DEBUG_PRINT_LOW("\n Pull Next source Buffer %p",psource_frame);
7501 psource_frame = (OMX_BUFFERHEADERTYPE *) address;
7503 psource_frame->nFlags,psource_frame->nFilledLen);
7522 buf = psource_frame->pBuffer;
7523 buf_len = psource_frame->nFilledLen;