Searched refs:nal_length (Results 1 – 13 of 13) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | frameparser.h | 72 int init_nal_length (unsigned int nal_length); 92 unsigned int nal_length; variable
|
D | omx_vdec.h | 760 unsigned nal_length; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 73 int init_nal_length (unsigned int nal_length); 93 unsigned int nal_length; variable
|
D | omx_vdec_hevc.h | 780 unsigned nal_length; variable
|
D | omx_vdec.h | 862 unsigned nal_length; variable
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | frameparser.cpp | 79 nal_length(0), in frame_parse() 139 nal_length = nal_len; in init_nal_length() 536 if (dest_len < 4 || source_len == 0 || nal_length == 0) in parse_h264_nallength() 539 "source_len %d nal_length %d", dest_len, source_len, nal_length); in parse_h264_nallength() 552 bytes_tobeparsed |= (((OMX_U32)(*psource))) << (((nal_length-accum_length-1) << 3)); in parse_h264_nallength() 564 if (accum_length == nal_length) in parse_h264_nallength()
|
D | omx_vdec_copper.cpp | 478 nal_length(0), in omx_vdec() 1317 m_frame_parser.init_nal_length(nal_length); in component_init() 3550 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3553 if (nal_length > 2) in set_config() 3556 extra_size = (nal_length - 2) * 2; in set_config() 3584 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3585 for (int i = 0; i < nal_length; i++) in set_config() 3587 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3590 pDestBuf += len + nal_length; in set_config() 3658 nal_length = pNal->nNaluBytes; in set_config() [all …]
|
D | omx_vdec.cpp | 466 nal_length(0), in omx_vdec() 1373 m_frame_parser.init_nal_length(nal_length); in component_init() 3838 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3841 if (nal_length > 2) in set_config() 3844 extra_size = (nal_length - 2) * 2; in set_config() 3872 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3873 for (int i = 0; i < nal_length; i++) in set_config() 3875 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3878 pDestBuf += len + nal_length; in set_config() 3946 nal_length = pNal->nNaluBytes; in set_config() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | frameparser.cpp | 78 nal_length(0), in frame_parse() 139 nal_length = nal_len; in init_nal_length() 492 if (dest_len < 4 || nal_length == 0) { in parse_h264_nallength() 494 "nal_length %u", (unsigned int)dest_len, nal_length); in parse_h264_nallength() 520 bytes_tobeparsed |= (((OMX_U32)(*psource))) << (((nal_length-accum_length-1) << 3)); in parse_h264_nallength() 532 if (accum_length == nal_length) { in parse_h264_nallength()
|
D | omx_vdec_hevc.cpp | 530 nal_length(0), in omx_vdec() 1379 m_frame_parser.init_nal_length(nal_length); in component_init() 1391 m_frame_parser.init_nal_length(nal_length); in component_init() 3384 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3387 if (nal_length > 2) { in set_config() 3389 extra_size = (nal_length - 2) * 2; in set_config() 3416 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3417 for (unsigned int i = 0; i < nal_length; i++) { in set_config() 3418 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3421 pDestBuf += len + nal_length; in set_config() [all …]
|
D | omx_vdec_msm8974.cpp | 544 nal_length(0), in omx_vdec() 1631 m_frame_parser.init_nal_length(nal_length); in component_init() 1640 m_frame_parser.init_nal_length(nal_length); in component_init() 1649 m_frame_parser.init_nal_length(nal_length); in component_init() 3921 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3924 if (nal_length > 2) { in set_config() 3926 extra_size = (nal_length - 2) * 2; in set_config() 3953 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3954 for (unsigned int i = 0; i < nal_length; i++) { in set_config() 3955 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() [all …]
|
D | omx_vdec.cpp | 456 nal_length(0), in omx_vdec() 1367 m_frame_parser.init_nal_length(nal_length); in component_init() 3635 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3639 if (nal_length > 2) { in set_config() 3641 extra_size = (nal_length - 2) * 2; in set_config() 3669 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3671 for (int i = 0; i < nal_length; i++) { in set_config() 3672 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3676 pDestBuf += len + nal_length; in set_config() 3731 nal_length = pNal->nNaluBytes; in set_config() [all …]
|
D | omx_vdec_hevc_swvdec.cpp | 578 nal_length(0), in omx_vdec() 1811 m_frame_parser.init_nal_length(nal_length); in component_init() 4189 nal_length = pNal->nNaluBytes; in set_config() 4190 m_frame_parser.init_nal_length(nal_length); in set_config() 4191 DEBUG_PRINT_LOW("OMX_IndexConfigVideoNalSize called with Size %d",nal_length); in set_config() 7705 if (nal_length == 0) in push_input_hevc() 7716 DEBUG_PRINT_LOW("Non-zero NAL length clip, hence parse with NAL size %d",nal_length); in push_input_hevc()
|