Home | History | Annotate | Download | only in src

Lines Matching refs:m_frame_parser

1273      m_frame_parser.init_start_codes (codec_type_parse);
1287 m_frame_parser.init_start_codes (codec_type_parse);
1300 m_frame_parser.init_start_codes (codec_type_parse);
1314 m_frame_parser.init_start_codes (codec_type_parse);
1332 m_frame_parser.init_start_codes (codec_type_parse);
1350 m_frame_parser.init_start_codes (codec_type_parse);
1370 m_frame_parser.init_start_codes (codec_type_parse);
1389 m_frame_parser.init_start_codes (codec_type_parse);
1390 m_frame_parser.init_nal_length(nal_length);
1402 m_frame_parser.init_start_codes (codec_type_parse);
1414 m_frame_parser.init_start_codes (codec_type_parse);
1544 if (m_frame_parser.mutils == NULL)
1546 m_frame_parser.mutils = new H264_Utils();
1548 if (m_frame_parser.mutils == NULL)
1565 m_frame_parser.mutils->initialize_frame_checking_environment();
1566 m_frame_parser.mutils->allocate_rbsp_buffer (drv_ctx.ip_buf.buffer_size);
2425 if (m_frame_parser.mutils)
2427 m_frame_parser.mutils->initialize_frame_checking_environment();
2448 m_frame_parser.flush();
3965 m_frame_parser.init_nal_length(nal_length);
5774 if (m_frame_parser.mutils)
5775 m_frame_parser.mutils->initialize_frame_checking_environment();
5776 m_frame_parser.flush();
6030 if (m_frame_parser.mutils)
6033 delete (m_frame_parser.mutils);
6034 m_frame_parser.mutils = NULL;
7095 if (m_frame_parser.parse_sc_frame(psource_frame,
7246 if (m_frame_parser.parse_sc_frame(psource_frame,
7256 if (m_frame_parser.parse_h264_nallength(psource_frame,
7289 m_frame_parser.mutils->isNewFrame(&h264_scratch, 0, isNewFrame);
7299 if(m_frame_parser.mutils->nalu_type == NALU_TYPE_NON_IDR ||
7300 m_frame_parser.mutils->nalu_type == NALU_TYPE_IDR) {
7325 if(m_frame_parser.mutils->nalu_type == NALU_TYPE_EOSEQ)
7424 m_frame_parser.mutils->isNewFrame(&h264_scratch, 0, isNewFrame);