OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pix_fmt
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/
EmulatedCamera.cpp
345
const char*
pix_fmt
= mParameters.getPictureFormat();
local
346
if (strcmp(
pix_fmt
, CameraParameters::PIXEL_FORMAT_YUV420P) == 0) {
348
} else if (strcmp(
pix_fmt
, CameraParameters::PIXEL_FORMAT_RGBA8888) == 0) {
350
} else if (strcmp(
pix_fmt
, CameraParameters::PIXEL_FORMAT_YUV420SP) == 0) {
352
} else if (strcmp(
pix_fmt
, CameraParameters::PIXEL_FORMAT_JPEG) == 0) {
356
ALOGE("%s: Unsupported pixel format %s", __FUNCTION__,
pix_fmt
);
390
reinterpret_cast<const char*>(&org_fmt),
pix_fmt
, width, height);
573
const char*
pix_fmt
= NULL;
local
580
pix_fmt
= mParameters.get(CameraParameters::KEY_VIDEO_FRAME_FORMAT);
584
if (
pix_fmt
== NULL)
[
all
...]
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h
1349
enum AVPixelFormat
pix_fmt
;
member in struct:AVCodecContext
3027
enum AVPixelFormat
pix_fmt
;
member in struct:AVHWAccel
[
all
...]
Completed in 372 milliseconds