HomeSort by relevance Sort by last modified time
    Searched refs:temporal_layer (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 97 int* temporal_layer,
101 *temporal_layer = temporal_layer_[stream];
369 int temporal_layer = -1; local
372 encoder_callback->GetLastEncodedFrameInfo(&picture_id, &temporal_layer,
374 EXPECT_EQ(expected_temporal_idx[i], temporal_layer);
625 int temporal_layer = -1; local
627 encoder_callback.GetLastEncodedFrameInfo(&picture_id, &temporal_layer,
629 EXPECT_EQ(0, temporal_layer);
635 encoder_callback.GetLastEncodedFrameInfo(&picture_id, &temporal_layer,
637 EXPECT_EQ(2, temporal_layer);
701 int temporal_layer = -1; local
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc 106 float FramerateFpsWithinTemporalLayer(int temporal_layer) {
107 return CountFramesWithinTemporalLayer(temporal_layer) *
111 float BitrateKbpsWithinTemporalLayer(int temporal_layer) {
112 return SumPayloadBytesWithinTemporalLayer(temporal_layer) * 8.0 /
142 int CountFramesWithinTemporalLayer(int temporal_layer) {
148 if (temporal_idx <= temporal_layer || temporal_idx == kNoTemporalIdx)
154 size_t SumPayloadBytesWithinTemporalLayer(int temporal_layer) {
160 if (temporal_idx <= temporal_layer || temporal_idx == kNoTemporalIdx)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 296 int temporal_layer; /**< current temporal layer number - 0 = base */ member in struct:vpx_svc_parameters
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.c 201 int temporal_layer = 0; local
203 for (temporal_layer = current_temporal_layer + 1;
204 temporal_layer < cpi->svc.number_temporal_layers; ++temporal_layer) {
205 LAYER_CONTEXT *lc = &cpi->svc.layer_context[temporal_layer];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 772 svc_params.temporal_layer = 0;
    [all...]

Completed in 129 milliseconds