Searched refs:header_idx (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | nutenc.c | 197 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 …]
|
D | nutdec.c | 307 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 …]
|
D | nut.h | 72 uint8_t header_idx; member
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection.h | 62 unsigned header_idx; member
|
D | aco_instruction_selection.cpp | 9971 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/ |
D | hpack_encoder.cc | 268 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()
|