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

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 161 sliceParams->slice_height = sliceHeightInMB;
167 LOG_V("slice_height_in_mb = %d\n", (int) sliceParams->slice_height);
VideoEncoderMP4.cpp 240 sliceParams.slice_height = sliceHeightInMB;
246 LOG_I( "sliceHeightInMB = %d\n", (int) sliceParams.slice_height);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.c 1122 guint slice_height; local
    [all...]
mixvideoformatenc_mpeg4.c 1119 guint slice_height; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h 503 && ((src)->slice_height == (dst)->slice_height) \
509 && ((src)->slice_height == (dst)->slice_height) \
lnc_H263ES.c 400 pBuffer->slice_height * 16,
412 pBuffer->slice_height * 16,
lnc_MPEG4ES.c 386 pBuffer->slice_height * 16,
397 pBuffer->slice_height * 16,
lnc_H264ES.c 475 if ((pBuffer->slice_height == 0) || (pBuffer->start_row_number >= ctx->Height)) {
534 pBuffer->slice_height * 16,
546 pBuffer->slice_height * 16,
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostcode.h 532 && ((src)->slice_height == (dst)->slice_height) \
538 && ((src)->slice_height == (dst)->slice_height) \
pnw_H264ES.c 731 if (pBuffer->slice_height > (ctx->Height / 16) ||
733 (pBuffer->slice_height + pBuffer->start_row_number) > (ctx->Height / 16)) {
735 pBuffer->slice_height, pBuffer->start_row_number);
738 MBSkipRun = (pBuffer->slice_height * ctx->Width) / 16;
799 pBuffer->slice_height * 16,
811 pBuffer->slice_height * 16,
832 pBuffer->slice_height = pBufferH264->num_macroblocks / picture_width_in_mbs;
    [all...]
pnw_H263ES.c 431 pBuffer->slice_height * 16,
443 pBuffer->slice_height * 16,
pnw_MPEG4ES.c 441 pBuffer->slice_height * 16,
452 pBuffer->slice_height * 16,
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 622 int slice_height = GetIntField(jni, *j_media_codec_video_decoder_, local
692 RTC_CHECK_EQ(0, slice_height % 2);
694 const int u_slice_height = slice_height / 2;
696 const uint8_t* u_ptr = y_ptr + stride * slice_height;
711 const uint8_t* uv_ptr = y_ptr + stride * slice_height;
739 " x " << height << ". " << stride << " x " << slice_height <<
    [all...]
  /hardware/intel/common/libva/va/
va.h 2292 unsigned int slice_height; \/* slice height measured in MB *\/ member in struct:_VAEncSliceParameterBuffer
    [all...]
va_trace.c     [all...]

Completed in 372 milliseconds