/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | frameparser.h | 67 int init_nal_length (unsigned int nal_length); 86 unsigned int nal_length; variable
|
/hardware/qcom/media/msm8974/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 | 761 unsigned nal_length; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 74 int init_nal_length (unsigned int nal_length); 94 unsigned int nal_length; variable
|
D | omx_vdec_hevc.h | 774 unsigned nal_length; variable
|
D | omx_vdec_hevc_swvdec.h | 929 unsigned nal_length; variable
|
D | omx_vdec.h | 901 unsigned nal_length; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 74 int init_nal_length (unsigned int nal_length); 94 unsigned int nal_length; variable
|
D | omx_vdec.h | 947 unsigned nal_length; variable
|
/hardware/qcom/media/msm8974/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
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | frameparser.cpp | 55 nal_length(0), in frame_parse() 100 nal_length = nal_len; in init_nal_length() 431 if (dest_len < 4 || nal_length == 0) { in parse_h264_nallength() 433 "nal_length %u", (unsigned int)dest_len, nal_length); in parse_h264_nallength() 459 bytes_tobeparsed |= (((OMX_U32)(*psource))) << (((nal_length-accum_length-1) << 3)); in parse_h264_nallength() 469 if (accum_length == nal_length) { in parse_h264_nallength()
|
/hardware/qcom/media/msm8974/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 | 528 nal_length(0), in omx_vdec() 1377 m_frame_parser.init_nal_length(nal_length); in component_init() 1389 m_frame_parser.init_nal_length(nal_length); in component_init() 3382 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3385 if (nal_length > 2) { in set_config() 3387 extra_size = (nal_length - 2) * 2; in set_config() 3414 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3415 for (unsigned int i = 0; i < nal_length; i++) { in set_config() 3416 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3419 pDestBuf += len + nal_length; 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_msm8974.cpp | 568 nal_length(0), in omx_vdec() 1778 m_frame_parser.init_nal_length(nal_length); in component_init() 1787 m_frame_parser.init_nal_length(nal_length); in component_init() 1796 m_frame_parser.init_nal_length(nal_length); in component_init() 4388 nal_length = pNal->nNaluBytes; in set_config() 4389 m_frame_parser.init_nal_length(nal_length); in set_config() 4391 DEBUG_PRINT_LOW("OMX_IndexConfigVideoNalSize called with Size %d", nal_length); in set_config() 8047 if (nal_length == 0) { in push_input_h264() 8055 DEBUG_PRINT_LOW("Non-zero NAL length clip, hence parse with NAL size %d ",nal_length); in push_input_h264() 8301 if (nal_length == 0) { in push_input_hevc() [all …]
|
/hardware/qcom/media/msm8998/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()
|
/hardware/qcom/media/msm8996/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_swvdec.cpp | 581 nal_length(0), in omx_vdec() 1834 m_frame_parser.init_nal_length(nal_length); in component_init() 4375 nal_length = pNal->nNaluBytes; in set_config() 4376 m_frame_parser.init_nal_length(nal_length); in set_config() 4377 DEBUG_PRINT_LOW("OMX_IndexConfigVideoNalSize called with Size %d",nal_length); in set_config() 7920 if (nal_length == 0) in push_input_hevc() 7931 DEBUG_PRINT_LOW("Non-zero NAL length clip, hence parse with NAL size %d",nal_length); in push_input_hevc()
|
/hardware/qcom/media/msm8974/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 | 471 nal_length(0), in omx_vdec() 1390 m_frame_parser.init_nal_length(nal_length); in component_init() 3856 nal_length = (config->pData[4] & 0x03) + 1; in set_config() 3859 if (nal_length > 2) in set_config() 3862 extra_size = (nal_length - 2) * 2; in set_config() 3890 memcpy(pDestBuf + nal_length, pSrcBuf + 2,len); in set_config() 3891 for (int i = 0; i < nal_length; i++) in set_config() 3893 pDestBuf[i] = psize[nal_length - 1 - i]; in set_config() 3896 pDestBuf += len + nal_length; in set_config() 3964 nal_length = pNal->nNaluBytes; in set_config() [all …]
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 1182 unsigned nal_length; variable
|