HomeSort by relevance Sort by last modified time
    Searched refs:bps (Results 201 - 225 of 241) sorted by null

1 2 3 4 5 6 7 8910

  /external/chromium_org/media/base/android/
media_codec_bridge.cc 722 void VideoCodecBridge::SetVideoBitrate(int bps) {
724 Java_MediaCodecBridge_setVideoBitrate(env, media_codec(), bps);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 637 virtual bool SetStartSendBandwidth(int bps) = 0;
639 virtual bool SetMaxSendBandwidth(int bps) = 0;
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
frame.c 199 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) {
211 dst += bps;
659 0 + 0 * BPS, 4 + 0 * BPS, 8 + 0 * BPS, 12 + 0 * BPS,
660 0 + 4 * BPS, 4 + 4 * BPS, 8 + 4 * BPS, 12 + 4 * BPS,
    [all...]
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 46 ; these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
47 ; bps<=15 for mid-side coding, since that uses an extra bit)
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 48 # these is a PowerPC/Altivec assembly version which requires bps<=16 (or actual
49 # bps<=15 for mid-side coding, since that uses an extra bit)
  /external/webp/src/dec/
frame.c 199 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) {
211 dst += bps;
659 0 + 0 * BPS, 4 + 0 * BPS, 8 + 0 * BPS, 12 + 0 * BPS,
660 0 + 4 * BPS, 4 + 4 * BPS, 8 + 4 * BPS, 12 + 4 * BPS,
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 253 unsigned bps,
266 unsigned bps
342 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
671 encoder->protected_->do_mid_side_stereo = false; /* since we currenty do 32-bit math, the side channel would have 33 bps and overflow */
2532 const unsigned bps = metadata->data.stream_info.bits_per_sample; local
    [all...]
lpc.c 1345 FLAC__double bps = (FLAC__double)0.5 * log(error_scale * lpc_error) \/ M_LN2; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 603 std::vector<DNBBreakpoint *> bps; local
605 const size_t num_bps = m_breakpoints.FindBreakpointsThatOverlapRange(addr, size, bps);
617 DNBBreakpoint *bp = bps[i];
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 272 img->bps = 12;
vp8_cx_iface.c     [all...]
  /external/qemu/qapi-auto-generated/
qmp-commands.h 137 void qmp_block_set_io_throttle(const char * device, int64_t bps, int64_t bps_rd, int64_t bps_wr, int64_t iops, int64_t iops_rd, int64_t iops_wr, bool has_bps_max, int64_t bps_max, bool has_bps_rd_max, int64_t bps_rd_max, bool has_bps_wr_max, int64_t bps_wr_max, bool has_iops_max, int64_t iops_max, bool has_iops_rd_max, int64_t iops_rd_max, bool has_iops_wr_max, int64_t iops_wr_max, bool has_iops_size, int64_t iops_size, Error **errp);
qmp-marshal.c 2529 int64_t bps; local
    [all...]
qapi-types.h 2209 int64_t bps; member in struct:BlockDeviceInfo
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 780 buzz::XmlElement* CreateBandwidthElem(const buzz::QName& name, int bps) {
781 int kbps = bps / 1000;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 306 img->bps = 12;
vp8_cx_iface.c     [all...]
  /external/libvpx/libvpx/
y4minput.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 308 img->bps = 12;
vp8_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 3313 milliseconds

1 2 3 4 5 6 7 8910