Home
last modified time | relevance | path

Searched refs:frame_start_found (Results 1 – 4 of 4) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_codec.h38 RK_S32 frame_start_found; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h56 RK_S32 frame_start_found; member
H A Dh265d_parser.c77 if (sc->frame_start_found && !layer_id) { in hevc_find_frame_end()
78 sc->frame_start_found = 0; in hevc_find_frame_end()
88 if (!sc->frame_start_found) { in hevc_find_frame_end()
89 sc->frame_start_found = 1; in hevc_find_frame_end()
91 sc->frame_start_found = 0; in hevc_find_frame_end()
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_codec.h64 RK_S32 frame_start_found; member