/third_party/ffmpeg/libavcodec/ |
H A D | hevc_cabac.c | 1057 uint8_t *dst = &s->frame->data[c_idx][(y0 >> vshift) * stride + in ff_hevc_hls_residual_coding()
|
H A D | atrac9dec.c | 733 /* IS data */ in atrac9_decode_block() 803 init_get_bits8(&gb, avpkt->data, avpkt->size); in atrac9_decode_frame()
|
H A D | dolby_e.c | 1094 if ((ret = ff_dolby_e_parse_header(s, avpkt->data, avpkt->size)) < 0) in dolby_e_decode_frame()
|
H A D | imc.c | 1024 const uint8_t *buf = avpkt->data; in imc_decode_frame()
|
H A D | wmadec.c | 25 * This decoder handles Microsoft Windows Media Audio data, versions 1 & 2. 29 * To use this decoder, a calling application must supply the extra data 30 * bytes provided with the WMA data. These are the extra, codec-specific 31 * bytes at the end of a WAVEFORMATEX data structure. Transmit these bytes 33 * should be 4 extra bytes for v1 data and 6 extra bytes for v2 data. 826 const uint8_t *buf = avpkt->data; in wma_decode_superframe()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_filter.c | 983 * since they introduce data we are not aware of) in graph_is_meta() 1190 ifilter->displaymatrix = av_memdup(sd->data, sizeof(int32_t) * 9); in ifilter_parameters_from_frame()
|
/third_party/ffmpeg/libavformat/ |
H A D | avienc.c | 539 // start_line when frame data is not coming from a capturing device, in avi_write_header() 903 avio_write(pb, pkt->data, size); in avi_write_packet_internal()
|
H A D | mpegenc.c | 521 * exactly 75 packs / second (the data rate of a single speed cdrom). in mpeg_mux_init() 524 * to make up for the lower data rate. in mpeg_mux_init() 527 /* Add the header overhead to the data rate. in mpeg_mux_init() 528 * 2279 data bytes per audio pack, 2294 data bytes per video pack */ in mpeg_mux_init() 650 /* "general" pack without data specific to one stream? */ in flush_packet() 744 /* the system header refers to both streams and no stream data */ in flush_packet() 918 /* output data */ in flush_packet() 939 * or some data. */ in flush_packet() 1148 const uint8_t *buf = pkt->data; in mpeg_mux_write_packet() [all...] |
H A D | mpeg.c | 410 /* Skip PES private data, program packet sequence counter in mpegps_read_pes_header() 992 n = avio_read(pb, pkt->data + (pkt->size - to_read), to_read); in vobsub_read_packet()
|
H A D | asfenc.c | 219 uint64_t data_offset; ///< beginning of the first data packet 451 avio_wl32(pb, bit_rate ? bit_rate : -1); /* Maximum data rate in bps */ in asf_write_header1() 497 avio_wl32(pb, s->streams[n]->codecpar->bit_rate); /* data bitrate bps */ in asf_write_header1() 500 avio_wl32(pb, s->streams[n]->codecpar->bit_rate); /* peak data bitrate */ in asf_write_header1() 620 avio_wl32(pb, extra_size2); /* additional data len */ in asf_write_header1() 766 /* the data-chunk-size has to be 50 (DATA_HEADER_SIZE), which is in asf_write_header() 889 // The first 4 bytes of data shall contain the in put_payload_header() 891 // The next 4 bytes of data shall contain the in put_payload_header() 1045 pkt->dts, pkt->data, pkt->size, flags); in asf_write_packet()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | swscale.c | 234 SwsContext *c, int16_t *data, \
|
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 310 const spirword_t * pos = spv.data() + word; in literalString() 397 // strip opcodes pointing to removed data in stripDeadRefs() 561 // TODO: add whatever data we need for exceptions to that in processInstruction() 760 // Empirical best size from a single data set. TODO: Would be a good tunable. in mapFnBodies() 934 strip(); // strip out data we decided to eliminate in forwardLoadStores() 1083 strip(); // strip out data we decided to eliminate in optLoadStore() 1463 strip(); // strip out data we decided to eliminate in remap() 1481 strip(); // strip out data we decided to eliminate in remap() 1487 // after the last strip, we must clean any debug info referring to now-deleted data in remap()
|
/third_party/gn/src/gn/ |
H A D | xcode_object.cc | 618 std::string_view component(navigator_path.data(), sep); in AddSourceFile()
|
H A D | visual_studio_writer.cc | 189 return std::string_view(path->data(), i); in FindParentDir()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | udatatst.c | 161 /* If the ICU system common data file is present in this confiugration, in TestUDataOpen() 201 /* If the ICU system common data file is present in this confiugration, in TestUDataOpen() 238 /* If the ICU individual files used to build the ICU system common data are in TestUDataOpen() 241 * These data files are present in the ICU data/build directory after a build in TestUDataOpen() 242 * completes. Tests are most commonly run with the data directory pointing in TestUDataOpen() 286 * Test fallback file names for open of separate data files. in TestUDataOpen() 294 * A test data file named testudata_nam.typ exists for the purpose of testing this. in TestUDataOpen() 345 * Try opening data with absurdly long path and name, to trigger buffer size in TestUDataOpen() 405 const void *const data; 1259 const void *const data; global() member [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | csdetest.cpp | 850 // (U_INVALID_CHAR_FOUND) incase no charsets appear to match the input data. 856 ucsdet_setText(csd, str.data(), str.length(), &status); in Ticket21823Test()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | tzgnames.cpp | 418 regionLen = uloc_getCountry(loc.data(), fTargetRegion, sizeof(fTargetRegion), &status); in initialize() 686 // for some meta zones in some locales. This looks like a data bugs. in formatGenericNonLocationName() 955 // This is probably a data error or a design bug. in findBestMatch() 966 // up CLDR time zone display name data. Once the short name conflict in findBestMatch()
|
H A D | numfmt.cpp | 1412 // Load the pattern from data using the common library function in makeInstance() 1449 nsLoc = Locale::createFromName(nsLocID.data()); in makeInstance()
|
/third_party/libuv/src/unix/ |
H A D | stream.c | 314 if (ret == 0 || (events[0].flags & EV_ERROR) == 0 || events[0].data != EINVAL) in uv__stream_try_select() 682 /* Returns 1 if all write request data has been written, or 0 if there is still 683 * more data to write. 924 /* NOTE: call callback AFTER freeing the request data. */ in uv__write_callbacks() 989 fprintf(stderr, "ignoring non-SCM_RIGHTS ancillary data: %d\n", in uv__stream_recv_cmsg() 1031 /* Prevent loop starvation when the data comes in as fast as (or faster than) in uv__read() 1145 /* Return if we didn't fill the buffer, there is no more data to read. */ in uv__read() 1201 /* Ignore POLLHUP here. Even if it's set, there may still be data to read. */ in uv__stream_io() 1212 * report the EOF yet because there is still data to read. in uv__stream_io() 1422 /* Connecting or already writing some data */ in uv_try_write2() [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl_platform.h | 513 #warning Need to implement some method to align data here
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 466 RegClass* regclasses = ctx->program->temp_rc.data() + ctx->first_temp_id; in init_context() 809 /* align and copy constant data */ in init_context()
|
H A D | aco_scheduler.cpp | 1011 ctx.mv.register_demand = live_vars.register_demand[block->index].data();
|
/third_party/json/tests/src/ |
H A D | unit-bson.cpp | 772 // missing input data... 858 TEST_CASE("BSON numerical data") 1267 CHECK_NOTHROW(j2 = json::from_bson({packed.data(), packed.size()}));
|
/third_party/jinja2/ |
H A D | parser.py | 199 parses template data if appropriate. The parser checks first if the 313 # with whitespace data 318 or not output_node.data.isspace() 1000 if token.type == "data":
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 178 fds[i] = handle->data[i]; in get_native_buffer_fds()
|