Searched refs:Is_first_frame_in_stream (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dmix_vbp_h264_stubs.c34 if(pInfo->Is_first_frame_in_stream) //new stream, fill new frame in cur
38 pInfo->Is_first_frame_in_stream =0;
325 if( (pInfo->Is_first_frame_in_stream)||(pInfo->is_frame_boundary_detected_by_non_slice_nal))
329 pInfo->Is_first_frame_in_stream =0;
H A Dh264parse_sei.c153 if( (pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done) ) {
301 if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame
326 if(pInfo->Is_first_frame_in_stream) { //cur is first frame
405 if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame
425 if(pInfo->Is_first_frame_in_stream) //cur is first frame
477 if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame
493 if(pInfo->Is_first_frame_in_stream) //cur is first frame
553 if((pInfo->Is_first_frame_in_stream)||(!pInfo->is_current_workload_done)) //cur is first frame
H A Dh264parse.c366 pInfo->Is_first_frame_in_stream = 1;
399 pInfo->Is_first_frame_in_stream =1;
H A Dviddec_h264_workload.c1031 if( (pInfo->Is_first_frame_in_stream)||(pInfo->is_frame_boundary_detected_by_non_slice_nal))
1035 pInfo->Is_first_frame_in_stream =0;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h999 uint8_t Is_first_frame_in_stream; member in struct:_h264_Info

Completed in 110 milliseconds