Home
last modified time | relevance | path

Searched refs:start_code (Results 1 – 8 of 8) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/
Daml_mjpeg_parser.c67 int start_code; in ff_mjpeg_find_marker() local
69 start_code = find_marker(buf_ptr, buf_end); in ff_mjpeg_find_marker()
72 if (start_code == SOS && !s->ls) { in ff_mjpeg_find_marker()
125 } else if (start_code == SOS && s->ls) { in ff_mjpeg_find_marker()
172 return start_code; in ff_mjpeg_find_marker()
265 int start_code; in ff_mjpeg_decode_frame() local
272 start_code = ff_mjpeg_find_marker(s, &buf_ptr, buf_end, in ff_mjpeg_decode_frame()
276 if (start_code < 0) { in ff_mjpeg_decode_frame()
280 start_code, unescaped_buf_size, buf_size); in ff_mjpeg_decode_frame()
284 start_code, (int)(buf_end - buf_ptr)); in ff_mjpeg_decode_frame()
[all …]
Daml_mpeg12_parser.c89 u32 start_code; in mpegvideo_extract_headers() local
102 start_code= -1; in mpegvideo_extract_headers()
103 buf= avpriv_find_start_code(buf, buf_end, &start_code); in mpegvideo_extract_headers()
105 switch (start_code) { in mpegvideo_extract_headers()
192 if (start_code >= SLICE_MIN_START_CODE && in mpegvideo_extract_headers()
193 start_code <= SLICE_MAX_START_CODE) in mpegvideo_extract_headers()
Daml_mjpeg_parser.h133 int start_code; /* current start code */ member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/
Dpsparser.c606 static void on_start_code_found(int start_code) in on_start_code_found() argument
634 } else if (start_code == 0xba) { /* PACK_START_CODE */ in on_start_code_found()
692 if (start_code == video_id) in on_start_code_found()
695 else if (start_code == audio_id) { in on_start_code_found()
703 } else if (start_code == 0xbb) { in on_start_code_found()
706 } else if (start_code == 0xbd) in on_start_code_found()
709 else if (start_code == 0xbf) { in on_start_code_found()
712 } else if ((start_code < 0xc0) || (start_code > 0xc8)) in on_start_code_found()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Dprctl.h89 uint64_t start_code; member
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Dvavs2.c5244 int32_t start_code = 0; local
5345 start_code = SEQUENCE_HEADER_CODE;
5347 start_code = I_PICTURE_START_CODE;
5349 start_code = PB_PICTURE_START_CODE;
5352 start_code = READ_VREG(CUR_NAL_UNIT_TYPE);
5357 if ((start_code == I_PICTURE_START_CODE)
5358 || (start_code == PB_PICTURE_START_CODE)) {
5361 start_code);
5366 start_code);
5373 if ((start_code == I_PICTURE_START_CODE)
[all …]
Davs2_bufmgr.c1694 void avs2_prepare_header(struct avs2_decoder *avs2_dec, int32_t start_code) argument
1699 switch (start_code) {
Davs2_global.h1674 int32_t start_code);