HomeSort by relevance Sort by last modified time
    Searched refs:fourcc (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 66 captured_frame.fourcc = cricket::FOURCC_I420;
  /external/libvpx/libvpx/
vpxdec.c 321 input->fourcc = decoder->fourcc;
732 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc);
    [all...]
vpxenc.c     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 3671 const char *fourcc = getFourCCForMime(mime); local
3685 const char *fourcc = getFourCCForMime(mime); local
3758 const char *fourcc = getFourCCForMime(mime); local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_texture.c 659 if (surface_subpic->fourcc == VA_FOURCC_AI44)
662 sBltVP.sSrcSubpic[i].Format = surface_subpic->fourcc;
678 if (surface_subpic->fourcc == VA_FOURCC_AI44) {
    [all...]
psb_drv_video.c 739 unsigned long fourcc; local
913 fourcc = VA_FOURCC_YV32; /* allocate 4 planar */
916 fourcc = VA_FOURCC_YV16;
920 fourcc = VA_FOURCC_NV12;
925 vaStatus = psb_surface_create(driver_data, width, height, fourcc,
936 /* by default, surface fourcc is NV12 */
937 psb_surface->extra_info[4] = fourcc;
938 psb_surface->extra_info[8] = fourcc;
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 391 if (surface_image.format.fourcc == VA_FOURCC_NV12) { /* UV plane */
402 } else if (surface_image.format.fourcc == VA_FOURCC_YV12 ||
403 surface_image.format.fourcc == VA_FOURCC_I420) {
404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2;
405 const int V = surface_image.format.fourcc == VA_FOURCC_I420 ? 2 : 1;
    [all...]
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp 302 static const char *FourCC2MIME(uint32_t fourcc) {
303 switch (fourcc) {
304 case FOURCC('m', 'p', '4', 'a'):
307 case FOURCC('s', 'a', 'm', 'r'):
310 case FOURCC('s', 'a', 'w', 'b'):
313 case FOURCC('m', 'p', '4', 'v'):
316 case FOURCC('s', '2', '6', '3'):
317 case FOURCC('h', '2', '6', '3'):
318 case FOURCC('H', '2', '6', '3'):
321 case FOURCC('a', 'v', 'c', '1')
    [all...]
  /hardware/intel/common/libva/va/
va.c 740 attrib->value.value.i = image_formats[i].fourcc;
    [all...]
va_trace.c 129 unsigned int *fourcc, /* following are output argument */
291 unsigned int fourcc; /* following are output argument */ local
314 &fourcc,
324 va_TraceMsg(trace_ctx, "\tfourcc = 0x%08x\n", fourcc);
356 if (fourcc == VA_FOURCC_NV12) {
    [all...]
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 341 info.codec_fourcc = encoder->fourcc;
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 355 VAStatus vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc,
  /external/webrtc/talk/media/base/
testutils.cc 252 frame_fourcc_ = frame->fourcc;
videocapturer_unittest.cc 349 desired.fourcc = cricket::FOURCC_MJPG;
352 desired.fourcc = cricket::FOURCC_I420;
    [all...]
videoadapter.cc 265 in_width, in_height, input_format_.interval, input_format_.fourcc));
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 899 uint32 fourcc) {
900 uint32 format = CanonicalFourCC(fourcc);
    [all...]
  /external/libyuv/files/source/
convert_from.cc     [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDevice.cpp 696 .pixel_format = format->fourcc,
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 236 unsigned int *fourcc,
421 uint32_t fourCC = 0;
432 &fourCC, &lumaStride, &chromaUStride, &chromaVStride,
439 LOG_V("kBufHandle = 0x%08x, fourCC = %d\n", kBufHandle, fourCC);
  /external/mesa3d/include/EGL/
eglext.h     [all...]
  /external/ImageMagick/coders/
dds.c 120 fourcc,
118 fourcc, member in struct:_DDSPixelFormat
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]
  /external/libmtp/src/
libmtp.c 3406 char fourcc[6]; local
    [all...]
  /external/swiftshader/include/EGL/
eglext.h     [all...]

Completed in 1168 milliseconds

1 2 3 4 56 7