HomeSort by relevance Sort by last modified time
    Searched defs:sps (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/av/services/audioflinger/
SchedulingPolicyService.cpp 37 sp<ISchedulingPolicyService> sps = sSchedulingPolicyService; local
39 if (sps == 0) {
45 sps = interface_cast<ISchedulingPolicyService>(binder);
47 sSchedulingPolicyService = sps;
50 ret = sps->requestPriority(pid, tid, prio, asynchronous);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
streamparams_unittest.cc 124 cricket::StreamParams sps[] = {l1, l2, sg1, sg2, sg3, sg4}; local
126 for (size_t i = 0; i < ARRAY_SIZE(sps); ++i) {
127 for (size_t j = 0; j < ARRAY_SIZE(sps); ++j) {
128 EXPECT_EQ((sps[i] == sps[j]), (i == j));
129 EXPECT_EQ((sps[i] != sps[j]), (i != j));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_storage.c 65 static u32 CheckPps(picParamSet_t *pps, seqParamSet_t *sps);
108 Store sequence parameter set into the storage. If active SPS is
142 if (pStorage->sps[id] == NULL)
144 ALLOCATE(pStorage->sps[id], 1, seqParamSet_t);
145 if (pStorage->sps[id] == NULL)
148 /* sequence parameter set with id equal to id of active sps */
154 * re-activation. Memories allocated for old sps freed
155 * otherwise free memeries allocated for just decoded sps and
159 FREE(pStorage->sps[id]->offsetForRefFrame);
160 FREE(pStorage->sps[id]->vuiParameters)
636 seqParamSet_t *sps; local
    [all...]
h264bsd_storage.h 82 seqParamSet_t *sps[MAX_NUM_SEQ_PARAM_SETS]; member in struct:__anon38200
  /external/chromium_org/media/formats/mp2t/
es_parser_h264.cc 183 DVLOG(LOG_LEVEL_ES) << "NALU: SPS";
202 // Only accept an invalid SPS/PPS at the beginning when the stream
203 // does not necessarily start with an SPS/PPS/IDR.
204 // TODO(damienv): Should be able to differentiate a missing SPS/PPS
244 // does not necessarily start with an SPS/PPS/IDR.
251 const H264SPS* sps = h264_parser_->GetSPS(pps->seq_parameter_set_id); local
252 if (!sps)
254 RCHECK(UpdateVideoDecoderConfig(sps));
280 bool EsParserH264::UpdateVideoDecoderConfig(const H264SPS* sps) {
282 int sar_width = (sps->sar_width == 0) ? 1 : sps->sar_width
    [all...]
  /external/blktrace/btt/
seek.c 39 struct sps_bkt sps; member in struct:seeki
103 struct sps_bkt *sps = &sip->sps; local
104 double delta = sps->t_last - sps->t_start;
106 if ((sps->nseeks == 1) || (delta < DBL_EPSILON)) {
107 s_p_s = (double)(sps->nseeks);
108 tstamp = sps->t_start;
111 s_p_s = (double)(sps->nseeks) / delta;
112 tstamp = sps->t_start + (delta / 2)
124 struct sps_bkt *sps = &sip->sps; local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 581 List<byte[]> sps = avcConfigurationBox.getSequenceParameterSets(); local
587 for (byte[] sp : sps) {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 79 SeqParameterSet sps = new SeqParameterSet(); local
81 sps.profile_idc = (int) reader.readNBit(8, "SPS: profile_idc");
82 sps.constraint_set_0_flag = reader
83 .readBool("SPS: constraint_set_0_flag");
84 sps.constraint_set_1_flag = reader
85 .readBool("SPS: constraint_set_1_flag");
86 sps.constraint_set_2_flag = reader
87 .readBool("SPS: constraint_set_2_flag");
88 sps.constraint_set_3_flag = reade
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_m4v_config_parser.cpp 789 uint8* sps = NULL; local
796 sps = temp; // Make a copy of the original pointer to be freed later
798 oscl_memcpy(sps, buffer, length);
814 if (sps[0] == 0 && sps[1] == 0)
817 while (sps[i++] == 0 && i < length)
821 if (sps[i-1] == 1)
823 sps += i;
827 while (!(sps[sps_length] == 0 && sps[sps_length+1] == 0 && sps[sps_length+2] == 1) &
    [all...]
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 804 uint8* sps = NULL; local
811 sps = temp; // Make a copy of the original pointer to be freed later
813 oscl_memcpy(sps, buffer, length);
829 if (sps[0] == 0 && sps[1] == 0)
832 while (sps[i++] == 0 && i < length)
836 if (sps[i-1] == 1)
838 sps += i;
842 while (!(sps[sps_length] == 0 && sps[sps_length+1] == 0 && sps[sps_length+2] == 1) &
    [all...]
  /external/chromium_org/media/filters/
h264_parser.cc 466 H264Parser::Result H264Parser::ParseSPSScalingLists(H264SPS* sps) {
477 res = ParseScalingList(arraysize(sps->scaling_list4x4[i]),
478 sps->scaling_list4x4[i],
484 DefaultScalingList4x4(i, sps->scaling_list4x4);
488 i, kDefault4x4Intra, kDefault4x4Inter, sps->scaling_list4x4);
493 for (int i = 0; i < ((sps->chroma_format_idc != 3) ? 2 : 6); ++i) {
497 res = ParseScalingList(arraysize(sps->scaling_list8x8[i]),
498 sps->scaling_list8x8[i],
504 DefaultScalingList8x8(i, sps->scaling_list8x8);
508 i, kDefault8x8Intra, kDefault8x8Inter, sps->scaling_list8x8)
819 const H264SPS* sps; local
1081 const H264SPS* sps; local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 266 const sp<ABuffer> &sps = mCSD.itemAt(0); local
267 CHECK(!memcmp("\x00\x00\x00\x01", sps->data(), 4));
268 CHECK_GE(sps->size(), 7u);
270 memcpy(&data[2], sps->data() + 4, 3);
475 // prepend codec specific data, i.e. SPS and PPS.
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 78 Object[] sps = text.getSpans(0, text.length(), Object.class); local
79 if (sps != null) {
80 for (int i=sps.length-1; i>=0; i--) {
81 Object o = sps[i];
95 final Object[] sps = text.getSpans(start, end, Object.class); local
96 if (sps != null) {
97 for (int i=sps.length-1; i>=0; i--) {
98 final Object o = sps[i];
  /external/blktrace/btt/doc/
btt.tex 764 \newpage\subsection{\label{sec:sps-spec}Seeks Per Second}
789 Figure~\ref{fig:sps} shows a simple pair of graphs generated from
794 \epsfig{file=sps.eps,width=4.5in}
795 \caption{\label{fig:sps}Seeks-per-second Chart}
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc 112 // If we are in kDecoding, we can resume without processing an SPS.
227 const media::H264SPS* sps = parser_.GetSPS(pps->seq_parameter_set_id); local
228 DCHECK(sps);
235 #define FROM_SPS_TO_PP(a) pic_param.a = sps->a;
236 #define FROM_SPS_TO_PP2(a, b) pic_param.b = sps->a;
246 #define FROM_SPS_TO_PP_SF(a) pic_param.seq_fields.bits.a = sps->a;
247 #define FROM_SPS_TO_PP_SF2(a, b) pic_param.seq_fields.bits.b = sps->a;
255 pic_param.seq_fields.bits.MinLumaBiPredSize8x8 = (sps->level_idc >= 31);
303 pic_param.num_ref_frames = sps->max_num_ref_frames;
328 const media::H264SPS* sps = parser_.GetSPS(pps->seq_parameter_set_id) local
350 const media::H264SPS* sps = parser_.GetSPS(pps->seq_parameter_set_id); local
548 const media::H264SPS* sps = parser_.GetSPS(curr_sps_id_); local
1443 const media::H264SPS* sps = parser_.GetSPS(sps_id); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 442 public SliceHeader(InputStream is, SeqParameterSet sps, PictureParameterSet pps, boolean IdrPicFlag) throws IOException {
474 if (sps.residual_color_transform_flag) {
477 frame_num = reader.readU(sps.log2_max_frame_num_minus4 + 4, "SliceHeader: frame_num");
479 if (!sps.frame_mbs_only_flag) {
487 if (sps.pic_order_cnt_type == 0) {
488 pic_order_cnt_lsb = reader.readU(sps.log2_max_pic_order_cnt_lsb_minus4 + 4, "SliceHeader: pic_order_cnt_lsb");
585 SeqParameterSet sps; field in class:H264TrackImpl.SEIMessage
587 public SEIMessage(InputStream is, SeqParameterSet sps) throws IOException {
588 this.sps = sps;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 3229 Addr ips[N_FRAMES], sps[N_FRAMES], fps[N_FRAMES]; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 617 unsigned char *sps; member in struct:VIDENC_COMPONENT_PRIVATE
  /bionic/libc/kernel/uapi/linux/
kvm.h 474 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_smmu_info
    [all...]
  /development/ndk/platforms/android-L/include/linux/
kvm.h 474 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_smmu_info
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 511 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_smmu_info
  /external/mdnsresponder/mDNSCore/
mDNS.c 634 // For now, to make it easier to avoid false conflicts, we treat SPS Proxy records like shared records,
4829 const int sps = intf->NextSPSAttempt \/ 3; local
4987 int sps = (int)(question - intf->NetWakeResolve); local
5066 const CacheRecord *sps[3] = { mDNSNULL }; local
5290 int sps = (intf->NextSPSAttempt == 0) ? 0 : (intf->NextSPSAttempt-1)\/3; local
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
kvm.h 474 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_smmu_info
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
kvm.h 474 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_smmu_info
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
kvm.h 474 struct kvm_ppc_one_seg_page_size sps[KVM_PPC_PAGE_SIZES_MAX_SZ]; member in struct:kvm_ppc_smmu_info
    [all...]

Completed in 1219 milliseconds

1 2