Home
last modified time | relevance | path

Searched refs:header_idx (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnutenc.c197 ft->header_idx = find_header_idx(s, par, -1, key_frame); in build_frame_code()
223 ft->header_idx = find_header_idx(s, par, frame_bytes + pred, key_frame); in build_frame_code()
270 ft->header_idx = find_header_idx(s, par, -1, key_frame); in build_frame_code()
381 if (tmp_head_idx != nut->frame_code[i].header_idx) tmp_fields = 8; in write_mainheader()
389 tmp_head_idx = nut->frame_code[i].header_idx; in write_mainheader()
402 nut->frame_code[i].header_idx != tmp_head_idx) in write_mainheader()
801 if (fc->header_idx) in get_needed_flags()
802 if (pkt->size < nut->header_len[fc->header_idx] || in get_needed_flags()
804 memcmp(pkt->data, nut->header [fc->header_idx], in get_needed_flags()
805 nut->header_len[fc->header_idx])) in get_needed_flags()
[all …]
Dnutdec.c307 nut->frame_code[i].header_idx = tmp_head_idx; in decode_main_header()
1001 uint8_t *header_idx, int frame_code) in decode_frame_header() argument
1023 *header_idx = nut->frame_code[frame_code].header_idx; in decode_frame_header()
1047 *header_idx = ffio_read_varlen(bc); in decode_frame_header()
1058 if (*header_idx >= (unsigned)nut->header_count) { in decode_frame_header()
1063 *header_idx = 0; in decode_frame_header()
1064 size -= nut->header_len[*header_idx]; in decode_frame_header()
1090 uint8_t header_idx; in decode_frame() local
1092 size = decode_frame_header(nut, &pts, &stream_id, &header_idx, frame_code); in decode_frame()
1112 ret = av_new_packet(pkt, size + nut->header_len[header_idx]); in decode_frame()
[all …]
Dnut.h72 uint8_t header_idx; member
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.h62 unsigned header_idx; member
Daco_instruction_selection.cpp9971 lc->header_idx_old = std::exchange(ctx->cf_info.parent_loop.header_idx, loop_header->index); in begin_loop()
9984 unsigned loop_header_idx = ctx->cf_info.parent_loop.header_idx; in end_loop()
10056 ctx->cf_info.parent_loop.header_idx = lc->header_idx_old; in end_loop()
10089 logical_target = &ctx->program->blocks[ctx->cf_info.parent_loop.header_idx]; in emit_loop_jump()
10120 logical_target = &ctx->program->blocks[ctx->cf_info.parent_loop.header_idx]; in emit_loop_jump()
10248 unsigned loop_header_idx = ctx->cf_info.parent_loop.header_idx; in visit_loop()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc268 size_t header_idx; member
339 fill_header(GRPC_SLICE_START_PTR(st->output->slices[st->header_idx]), type, in finish_frame()
351 st->header_idx = grpc_slice_buffer_add_indexed(st->output, reserved); in begin_frame()