Home
last modified time | relevance | path

Searched refs:sample_precision (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-mjpeg-hdr.c32 header->sample_precision, in header_str()
53 header->sample_precision = *(u8 *)(data + offset); in delta_mjpeg_read_sof()
H A Ddelta-mjpeg.h23 unsigned int sample_precision; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_ps.c321 READ_BITS(bitctx, 3, &vsh->sample_precision); in avs2d_parse_sequence_header()
329 if (vsh->sample_precision < 1 || vsh->sample_precision > 2) { in avs2d_parse_sequence_header()
331 mpp_err_f("sample_precision 0x%02x is not supported.\n", vsh->sample_precision); in avs2d_parse_sequence_header()
H A Davs2d_global.h191 RK_U8 sample_precision; member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Djpegd_syntax.h188 RK_U8 sample_precision; member
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.h120 RK_U8 sample_precision; member
H A Davsd_parse.c51 READ_BITS(bitctx, 3, &vsh->sample_precision); in get_sequence_header()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c411 syntax->sample_precision = bits; in jpegd_decode_sof()
812 if (ctx->syntax->sample_precision != 8) { in jpegd_decode_frame()
814 For baseline, it should be 8\n", ctx->syntax->sample_precision); in jpegd_decode_frame()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpegd/
H A Dhal_jpegd_rkv.c392 if (s->sample_precision != DCT_SAMPLE_PRECISION_8 || (s->htbl_entry & 0x0f) != 0x0f in jpegd_gen_regs()