Home
last modified time | relevance | path

Searched refs:next_4bytes (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4426 unsigned int next_4bytes; in split_buffer_mpeg4() local
4431 next_4bytes = *((unsigned int *) p_buffer); in split_buffer_mpeg4()
4433 next_4bytes = __builtin_bswap32(next_4bytes); in split_buffer_mpeg4()
4435 if (next_4bytes == 0x000001B6) in split_buffer_mpeg4()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4540 unsigned int next_4bytes; in split_buffer_mpeg4() local
4545 next_4bytes = *((unsigned int *) p_buffer); in split_buffer_mpeg4()
4547 next_4bytes = __builtin_bswap32(next_4bytes); in split_buffer_mpeg4()
4549 if (next_4bytes == 0x000001B6) in split_buffer_mpeg4()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp4532 unsigned int next_4bytes; in split_buffer_mpeg4() local
4537 next_4bytes = *((unsigned int *) p_buffer); in split_buffer_mpeg4()
4539 next_4bytes = __builtin_bswap32(next_4bytes); in split_buffer_mpeg4()
4541 if (next_4bytes == 0x000001B6) in split_buffer_mpeg4()